Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-07-30 18:36:21 +0300
committernl6720 <nl6720@gmail.com>2020-07-30 22:01:27 +0300
commit6312ccc9bccb453c8506322581aa467538bc123f (patch)
tree68fb0aa830ecfa0b7a96ab506530f0407135123e
parent945f3834c287bd06d33d4ac6c3b777e3df37dea7 (diff)
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 .
-rwxr-xr-xarchiso/mkarchiso2
1 files changed, 2 insertions, 0 deletions
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}" \