From 91b556a256aeb4b5166a1dbf1768eb006a3a5d41 Mon Sep 17 00:00:00 2001 From: Ali Saeedi Date: Sun, 10 Jan 2021 14:01:02 +0330 Subject: [PATCH] fix issue number #27 #22 in main repository, change grub-mkrescue options to iso level 3 --- distroshare-ubuntu-imager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distroshare-ubuntu-imager.sh b/distroshare-ubuntu-imager.sh index d0618a0..0c7b269 100755 --- a/distroshare-ubuntu-imager.sh +++ b/distroshare-ubuntu-imager.sh @@ -599,7 +599,7 @@ chainloader +1 " > "${CD}"/boot/grub/grub.cfg echo "Creating the iso" -grub-mkrescue -o "${WORK}"/live-cd.iso "${CD}" +grub-mkrescue -iso-level 3 -o "${WORK}"/live-cd.iso "${CD}" echo "We are done." echo "Is your distro interesting or customized for a specific machine?"