--- scripts/mk-images | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/scripts/mk-images b/scripts/mk-images index 2a539a8..b2614d3 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -920,6 +920,8 @@ elif [ ${BUILDARCH} = ppc64 ]; then elif [ ${BUILDARCH} = "x86_64" -o ${BUILDARCH} = "i386" ]; then source $TOPDIR/mk-images.x86 source $TOPDIR/mk-images.efi +elif [ ${BUILDARCH} = "sparc64" -o ${BUILDARCH} = "sparcv9" ]; then + source $TOPDIR/mk-images.sparc else source $TOPDIR/mk-images.${BUILDARCH} fi @@ -941,6 +943,8 @@ elif [ "$BUILDARCH" = "x86_64" ]; then elif [ "$BUILDARCH" = "ia64" ]; then kerneltags="kernel" efiarch="ia64" +elif [ "$BUILDARCH" = "sparcv9" -o "$BUILDARCH" = "sparc64" ]; then + arches="sparc64" fi foundakernel="" -- 1.6.2.5 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list