progress
This commit is contained in:
parent
a09ef63b09
commit
d65961997d
1 changed files with 15 additions and 19 deletions
|
@ -17,12 +17,11 @@ error ()
|
|||
exit 1
|
||||
}
|
||||
|
||||
check_requirements () {
|
||||
echo "we are checking for requirements"
|
||||
# ~fakeroot fakechroot~
|
||||
# debootstrap chroot
|
||||
### https://www.willhaley.com/blog/custom-debian-live-environment/
|
||||
sudo apt install \
|
||||
message "installing requirements"
|
||||
# ~fakeroot fakechroot~
|
||||
# debootstrap chroot
|
||||
### https://www.willhaley.com/blog/custom-debian-live-environment/
|
||||
sudo apt install \
|
||||
debootstrap \
|
||||
squashfs-tools \
|
||||
xorriso \
|
||||
|
@ -34,9 +33,6 @@ check_requirements () {
|
|||
mtools \
|
||||
dosfstools chroot
|
||||
|
||||
|
||||
}
|
||||
|
||||
### stuff begins here
|
||||
message "Checking build directory"
|
||||
test -f build/chroot || mkdir -p build/chroot
|
||||
|
|
Loading…
Reference in a new issue