Skip to content

Commit

Permalink
fix issue number Distroshare#27 Distroshare#22 in main repository, ch…
Browse files Browse the repository at this point in the history
…ange grub-mkrescue options to iso level 3
  • Loading branch information
ali0saeedi committed Jan 10, 2021
1 parent 98ddb8e commit 91b556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distroshare-ubuntu-imager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
Expand Down

1 comment on commit 91b556a

@rcsampang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't work with Linux mint 18.3. Resulting error:
Creating the iso
grub-mkrescue: invalid option -- 'i'
Try 'grub-mkrescue --help' or 'grub-mkrescue --usage' for more information.

Please sign in to comment.