On Tue, Oct 20, 2009 at 5:09 PM, Chris Lumens <clumens@xxxxxxxxxx> wrote: >> --- 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" > > Okay, I suppose. > > It seems to me that if we're going to get rid of $kernelxen here, we > should clean up all other references to it at the same time. No use > leaving all this old crud around. kernelxen being kernel-PAE is still needed for the Fedora case as we support non-PAE i686 kernels in Fedora - Jeremy _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list