From f00e87c4630daf9a7d73a84dcdbfec97a9f3e022 Mon Sep 17 00:00:00 2001 From: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> Date: Mon, 22 Jul 2013 19:38:10 -0300 Subject: [PATCH] create-iso.sh: Replace mkisofs by genisoimage genisoimage is the new default for Debian Signed-off-by: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> --- README | 2 +- create-iso.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 0edac9a..1f66b5e 100644 --- a/README +++ b/README @@ -8,4 +8,4 @@ dbus sudo realpath git-core - +genisoimage diff --git a/create-iso.sh b/create-iso.sh index 703002a..abb119a 100755 --- a/create-iso.sh +++ b/create-iso.sh @@ -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" -- GitLab