> --- 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. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list