diff --git a/buildiso.sh b/buildiso.sh index 5fe6b91..04279f1 100755 --- a/buildiso.sh +++ b/buildiso.sh @@ -132,6 +132,9 @@ echo "done." # Add root password hook echo -n "Copying live-boot templates... " +cat < config/includes.chroot/etc/live/config.conf.d/noeject.conf +noeject +EOF mkdir -p config/includes.chroot/lib/live/boot/ cp ../../templates/9990-initramfs-tools.sh config/includes.chroot/lib/live/boot/9990-initramfs-tools.sh || fail "Failed to copy critical template file" chmod +x config/includes.chroot/lib/live/boot/9990-initramfs-tools.sh || fail "Failed to copy critical template file"