diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-27 00:02:28 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-27 00:02:28 +0100 |
commit | 567981dca789e70eaf53b5bc5240750da56fe04a (patch) | |
tree | 89fde008697eb1ec544e75d558a94e67ba2e89d0 /targets | |
parent | Add -k to gensquashfs calls to preserve timestamps (diff) | |
download | catalyst-567981dca789e70eaf53b5bc5240750da56fe04a.tar.gz catalyst-567981dca789e70eaf53b5bc5240750da56fe04a.tar.bz2 catalyst-567981dca789e70eaf53b5bc5240750da56fe04a.zip |
Run grub-mkrescue also for i?86 subarches
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'targets')
-rwxr-xr-x | targets/support/create-iso.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 8eada6a7..8a603944 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -18,7 +18,7 @@ case ${clst_hostarch} in cdmaker="grub-mkrescue" cdmakerpkg="dev-libs/libisoburn and sys-boot/grub:2" ;; - amd64|arm64|ia64|x86) + amd64|arm64|ia64|x86|i?86) cdmaker="grub-mkrescue" # grub-mkrescue requires: # xorriso from libisoburn |