Ensure all files in the ISO's Rock Ridge file system are owned by root

archiso/mkarchiso:
Add the -rational-rock option to xorriso.
This is a preparatory step for creating ISOs as a regular user. See https://gitlab.archlinux.org/archlinux/archiso/-/issues/40 .
This commit is contained in:
nl6720 2020-07-30 18:36:21 +03:00
parent 945f3834c2
commit 6312ccc9bc
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369

View File

@ -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}" \