diff --git a/README b/README index 0edac9a08294c20a73135adc7be401b0a58aaddd..1f66b5e0df4d75def9f403f3cf657f7112298c82 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 703002ae0af51ae2f189fa93a63e04c787b5d536..abb119ae1aa253d7c42bf03376b18e4a71890dde 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"