For simplicity's sake - and because we might actually want to do --arch i686 someday - remove the i.86->i386 conversion added in commit 990bcf14. We're doing that in buildinstall now. --- scripts/mk-images | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mk-images b/scripts/mk-images index d86da0a..a30cf6a 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -30,7 +30,7 @@ usage () { } DEBUG="" -BUILDARCH=`uname -m | sed -e 's/i.86/i386/'` +BUILDARCH=`uname -m` BOOTISO="boot.iso" while [ $# -gt 0 ]; do @@ -44,7 +44,7 @@ while [ $# -gt 0 ]; do shift ;; --arch) - BUILDARCH=`echo $2 | sed -e 's/i.86/i386/'` + BUILDARCH=$2 shift; shift ;; --imgdir) -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list