From ef201de484ab88f9a3e04331966787ff7588d39f Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 3 Mar 2023 07:56:46 -0700 Subject: [PATCH] fix --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 6cef22a..a03d5ab 100755 --- a/debian.sh +++ b/debian.sh @@ -341,7 +341,7 @@ 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 + #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