From bb70f1211328e7194ce189c5c7836da1e588fdff Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 4 Feb 2023 21:16:48 -0700 Subject: [PATCH] fix --- debian.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian.sh b/debian.sh index 5a7dc2c..a81f361 100755 --- a/debian.sh +++ b/debian.sh @@ -251,11 +251,13 @@ bootloader() { function setup_script() { cp -f debian.sh $TARGET/usr/bin/ echo 'bash /usr/bin/debian.sh kernel-packages' >>$TARGET/setup.sh + sed -i 's/most/dep/i' $TARGET/etc/initramfs-tools/initramfs.conf echo "bash /usr/bin/debian.sh bootloader $1" >>$TARGET/setup.sh echo 'bash /usr/bin/debian.sh grub-snapshots' >>$TARGET/setup.sh echo 'bash /usr/bin/debian.sh desktop' >>$TARGET/setup.sh echo 'bash /usr/bin/debian.sh additional-software' >>$TARGET/setup.sh echo 'bash /usr/bin/debian.sh btrfs-tweaks' >>$TARGET/setup.sh + chmod +x $TARGET/usr/bin/debian.sh chmod +x $TARGET/setup.sh