This commit is contained in:
Marcus 2023-05-01 06:12:57 +02:00
parent 77e62b6586
commit a09ef63b09
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ $CHROOTCMD /bin/bash /tmp/install_base.sh || error
### copy nanodesk configs to chroot
message "copy nanodesk config files into chroot"
sudo cp -r src/ build/chroot/
sudo cp -r src/* build/chroot/
### liveboot part, https://www.willhaley.com/blog/custom-debian-live-environment/
message "checking liveboot directories"