Blame SOURCES/rear-bz1729502-ppc64-iso-level.patch

a63dfb
From 686fc5335c9b95388a095ced0abedbde8348bdf8 Mon Sep 17 00:00:00 2001
a63dfb
From: Johannes Meixner <jsmeix@suse.com>
a63dfb
Date: Mon, 23 Mar 2020 11:18:23 +0100
a63dfb
Subject: [PATCH] Update 820_create_iso_image.sh
a63dfb
a63dfb
Have a hardcoded '-iso-level 3' option in output/ISO/Linux-ppc64le/820_create_iso_image.sh
a63dfb
because it is also hardcoded in output/ISO/Linux-i386/820_create_iso_image.sh
a63dfb
and it seems to also work in general on POWER architecture
a63dfb
cf. https://github.com/rear/rear/issues/2344#issuecomment-601949828
a63dfb
a63dfb
Resolves: rhbz#1726043
a63dfb
---
a63dfb
 .../rear/output/ISO/Linux-ppc64le/820_create_iso_image.sh | 8 +++++++-
a63dfb
 1 file changed, 7 insertions(+), 1 deletion(-)
a63dfb
a63dfb
diff --git a/usr/share/rear/output/ISO/Linux-ppc64le/820_create_iso_image.sh b/usr/share/rear/output/ISO/Linux-ppc64le/820_create_iso_image.sh
a63dfb
index 28b6464f..44b31b80 100644
a63dfb
--- a/usr/share/rear/output/ISO/Linux-ppc64le/820_create_iso_image.sh
a63dfb
+++ b/usr/share/rear/output/ISO/Linux-ppc64le/820_create_iso_image.sh
a63dfb
@@ -17,7 +17,13 @@ else
a63dfb
     chrp_boot_option="-chrp-boot"
a63dfb
 fi
a63dfb
 
a63dfb
-$ISO_MKISOFS_BIN $v -o "$ISO_DIR/$ISO_PREFIX.iso" -U $chrp_boot_option -R -J -volid "$ISO_VOLID" -v -graft-points "${ISO_FILES[@]}" >&2
a63dfb
+# Have a hardcoded '-iso-level 3' option also here because it is
a63dfb
+# also hardcoded in output/ISO/Linux-i386/820_create_iso_image.sh
a63dfb
+# and it seems to also work in general on POWER architecture
a63dfb
+# cf. https://github.com/rear/rear/issues/2344#issuecomment-601949828
a63dfb
+$ISO_MKISOFS_BIN $v -o "$ISO_DIR/$ISO_PREFIX.iso" \
a63dfb
+    -U $chrp_boot_option -R -J -volid "$ISO_VOLID" -v -iso-level 3 -graft-points \
a63dfb
+    "${ISO_FILES[@]}" >&2
a63dfb
 
a63dfb
 StopIfError "Could not create ISO image (with $ISO_MKISOFS_BIN)"
a63dfb
 popd >&2
a63dfb
-- 
a63dfb
2.25.4
a63dfb