index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | archiso/mkarchiso | 2 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 4e2a868..df7ee05 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -309,6 +309,7 @@ command_iso () { xorriso -as mkisofs -quiet \ -iso-level 3 \ -full-iso9660-filenames \ + -rational-rock \ -volid "${iso_label}" \ -appid "${iso_application}" \ -publisher "${iso_publisher}" \ @@ -324,6 +325,7 @@ command_iso () { xorriso -as mkisofs \ -iso-level 3 \ -full-iso9660-filenames \ + -rational-rock \ -volid "${iso_label}" \ -appid "${iso_application}" \ -publisher "${iso_publisher}" \ |