Packages are now i586, add that to the list of things that use mk-images.x86
---
scripts/mk-images | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/mk-images b/scripts/mk-images
index a30cf6a..30bba52 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -874,7 +874,7 @@ if [ ${BUILDARCH} = s390x ]; then
elif [ ${BUILDARCH} = ppc64 ]; then
# ... and similar for ppc64
source $TOPDIR/mk-images.ppc
-elif [ ${BUILDARCH} = "x86_64" -o ${BUILDARCH} = "i386" ]; then
+elif [ ${BUILDARCH} = "x86_64" -o ${BUILDARCH} = "i386" -o ${BUILDARCH} = "i586" ]; then
source $TOPDIR/mk-images.x86
source $TOPDIR/mk-images.efi
else
--
1.6.0.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|