progress
This commit is contained in:
parent
8dc294c702
commit
3d273d383c
1 changed files with 2 additions and 1 deletions
|
@ -17,9 +17,10 @@ error ()
|
||||||
|
|
||||||
check_requirements () {
|
check_requirements () {
|
||||||
echo "we are checking for requirements"
|
echo "we are checking for requirements"
|
||||||
|
# fakeroot fakechroot debootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
### stuff begins here
|
### stuff begins here
|
||||||
test -f build/chroot || mkdir -p build/chroot
|
test -f build/chroot || mkdir -p build/chroot
|
||||||
|
|
||||||
debootstrap --variant=fakeroot bullseye build/chroot/ http://ftp.de.debian.org/debian
|
fakeroot -s build/fakechroot.save fakechroot debootstrap --variant=fakechroot bullseye build/chroot/ http://ftp.de.debian.org/debian
|
||||||
|
|
Loading…
Reference in a new issue