progress
This commit is contained in:
parent
a09ef63b09
commit
d65961997d
1 changed files with 15 additions and 19 deletions
|
@ -17,25 +17,21 @@ error ()
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
check_requirements () {
|
message "installing requirements"
|
||||||
echo "we are checking for requirements"
|
# ~fakeroot fakechroot~
|
||||||
# ~fakeroot fakechroot~
|
# debootstrap chroot
|
||||||
# debootstrap chroot
|
### https://www.willhaley.com/blog/custom-debian-live-environment/
|
||||||
### https://www.willhaley.com/blog/custom-debian-live-environment/
|
sudo apt install \
|
||||||
sudo apt install \
|
debootstrap \
|
||||||
debootstrap \
|
squashfs-tools \
|
||||||
squashfs-tools \
|
xorriso \
|
||||||
xorriso \
|
isolinux \
|
||||||
isolinux \
|
syslinux-efi \
|
||||||
syslinux-efi \
|
grub-pc-bin \
|
||||||
grub-pc-bin \
|
grub-efi-amd64-bin \
|
||||||
grub-efi-amd64-bin \
|
grub-efi-ia32-bin \
|
||||||
grub-efi-ia32-bin \
|
mtools \
|
||||||
mtools \
|
dosfstools chroot
|
||||||
dosfstools chroot
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
### stuff begins here
|
### stuff begins here
|
||||||
message "Checking build directory"
|
message "Checking build directory"
|
||||||
|
|
Loading…
Reference in a new issue