From 70f16081151cf0a5c8b7ac9a1593218d65399953 Mon Sep 17 00:00:00 2001 From: hayao Date: Fri, 2 Oct 2020 21:01:24 +0900 Subject: [PATCH] [update] : Ensure all files in the ISO's Rock Ridge file system are owned by root (archiso v47) 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 . https://github.com/archlinux/archiso/commit/6312ccc9bccb453c8506322581aa467538bc123f --- system/mkalteriso.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/system/mkalteriso.sh b/system/mkalteriso.sh index 14f9d81b..3703baa7 100755 --- a/system/mkalteriso.sh +++ b/system/mkalteriso.sh @@ -388,6 +388,7 @@ command_iso () { xorriso -as mkisofs ${_qflag} \ -iso-level 3 \ -full-iso9660-filenames \ + -rational-rock \ -volid "${iso_label}" \ -appid "${iso_application}" \ -publisher "${iso_publisher}" \ -- 2.11.0