commit:     33eedbd166f355069a4c8ac958f78fdc01c3a6d0
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 11:20:40 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 11:20:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=33eedbd1

More i?86 fixes for x86

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 targets/support/bootloader-setup.sh | 2 +-
 targets/support/create-iso.sh       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index deff5609..065f2bb5 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -103,7 +103,7 @@ case ${clst_hostarch} in
                        echo "--recoverykernel=boot/${x}" >> ${icfg}
                done
        ;;
-       amd64|arm64|ia64|ppc*|powerpc*|sparc*|x86)
+       amd64|arm64|ia64|ppc*|powerpc*|sparc*|x86|i?86)
                kern_subdir=/boot
                iacfg=$1/boot/grub/grub.cfg
                mkdir -p $1/boot/grub

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 8a603944..74c24a1d 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -191,7 +191,7 @@ case ${clst_hostarch} in
                # o=    output image (burnable to CD; readable by fdisk)
                /usr/bin/sgibootcd c=${cfg} o=${clst_iso}
        ;;
-       amd64|arm64|ia64|ppc*|powerpc*|sparc*|x86)
+       amd64|arm64|ia64|ppc*|powerpc*|sparc*|x86|i?86)
                isoroot_checksum
 
                extra_opts=("-joliet" "-iso-level" "3")

Reply via email to