Please apply the attached patch to the rhel6-branch in git. It sets the arch, kerneltags, and kernelxen variables accordingly in scripts/mk-images. Thanks -- Dennis
--- anaconda-12.32/scripts/mk-images 2009-10-01 14:13:32.917742000 -0400 +++ anaconda-12.32-dg/scripts/mk-images 2009-10-01 14:21:00.339082000 -0400 @@ -968,10 +968,9 @@ if [ "$BUILDARCH" = "ppc" ]; then arches="ppc64 ppc" elif [ "$BUILDARCH" = "i386" ]; then - arches="i586" + arches="i686" efiarch="ia32" - kerneltags="kernel kernel-PAE" - kernelxen="kernel-PAE" + kerneltags="kernel" elif [ "$BUILDARCH" = "x86_64" ]; then kerneltags="kernel" efiarch="x64"
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list