powerpc is PPC, everything else is LINUX

This commit is contained in:
Louis Abel 2022-07-30 09:48:48 -07:00
parent 045e07cf25
commit 126e44e48b
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-outdev {{ isoname }}
-boot_image any replay
-joliet on
-system_id LINUX
-system_id {{ 'PPC' if arch == 'ppc64le' else 'LINUX' }}
-compliance joliet_long_names
{{ '-compliance untranslated_names' if arch == 'ppc64le' }}
-volid {{ volid }}