Skip to content
Snippets Groups Projects
Commit f00e87c4 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

create-iso.sh: Replace mkisofs by genisoimage


genisoimage is the new default for Debian

Signed-off-by: default avatarDiego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
parent 5177f842
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ dbus
sudo
realpath
git-core
genisoimage
......@@ -113,7 +113,7 @@ createISO()
egrep -v 'isolinux/boot.cat|md5sum.txt' | tee md5sum.txt
# Generates ISO file
mkisofs -D -r -V "$DISTRO" -cache-inodes -J -l -b \
genisoimage -D -r -V "$DISTRO" -cache-inodes -J -l -b \
isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size \
4 -boot-info-table -o "$DISTROISO".iso "$CDDIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment