progress
This commit is contained in:
parent
9c6e5d2d15
commit
5e2699faed
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ EOF
|
||||||
message "run install_base"
|
message "run install_base"
|
||||||
$CHROOTCMD /bin/bash /tmp/install_base.sh || error
|
$CHROOTCMD /bin/bash /tmp/install_base.sh || error
|
||||||
|
|
||||||
|
### copy nanodesk configs to chroot
|
||||||
|
message "copy nanodesk config files into chroot"
|
||||||
|
cp -r src/ build/chroot/
|
||||||
|
|
||||||
### liveboot part, https://www.willhaley.com/blog/custom-debian-live-environment/
|
### liveboot part, https://www.willhaley.com/blog/custom-debian-live-environment/
|
||||||
message "checking liveboot directories"
|
message "checking liveboot directories"
|
||||||
for dir in $(echo build/{staging/{EFI/BOOT,boot/grub/x86_64-efi,isolinux,live},tmp})
|
for dir in $(echo build/{staging/{EFI/BOOT,boot/grub/x86_64-efi,isolinux,live},tmp})
|
||||||
|
|
Loading…
Reference in a new issue