index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2020-07-30 18:36:21 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2020-07-30 22:01:27 +0300 |
commit | 6312ccc9bccb453c8506322581aa467538bc123f (patch) | |
tree | 68fb0aa830ecfa0b7a96ab506530f0407135123e | |
parent | 945f3834c287bd06d33d4ac6c3b777e3df37dea7 (diff) |
-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}" \ |