Initial commit
This commit is contained in:
commit
df5befa9d1
45 changed files with 2030 additions and 0 deletions
7
chroot/stage-1.sh
Executable file
7
chroot/stage-1.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
cd debootstrap
|
||||
./debootstrap --second-stage
|
Reference in a new issue