Skip to content

SeungkwanKang/Debian_Init

Repository files navigation

Debian_Init

How to use

  1. Update the submodule with the following code.

    git submodule update --init --recursive
  2. Run the appropriate shell script

  • main_X11.sh: A full shell that contains:
    • apt update and upgrade
    • dconf configurations
    • bashrc setting
    • personal scripts to .local/bin
  • main.sh: Normal shell that contains:
    • apt update and upgrade
    • bashrc setting
    • personal scripts to .local/bin
  • main_simple.sh: Simpler shell that is same with main.sh, but without apt update && upgrade

Dockerfiles directory

The Dockerfiles directory contians personal Dockerfile configurations for use. The actual docker images are not open for privacy reasons, but you may build your own using the Dockerfile settings.

Build Debian10

  cd Dockerfiles/debian
  docker build -t kangsk/debian10:1.0 .

Build Chipyard

  # Does not require kangsk/debian10
  cd Dockerfiles/chipyard
  docker build -t kangsk/chipyard:1.0 .

Build SimpleSSD

The SimpleSSD docker image depends on SimpleSSD and kangsk/debian10. Get SimpleSSD from the original repo and place it under Dockerfiles/SimpleSSD

  # After building kangsk/debian10
  cd Dockerfiles/SimpleSSD
  # git clone SimpleSSD
  docker build -t kangsk/simplessd-fs:1.0 .

Build Nvidia

  # After building kangsk/debian10
  cd Dockerfiles/nvidia
  docker build -t kangsk/nvidia:1.0 .

Warning: This image is very big, as it contains all nvidia drivers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors