From 863c7e14f41c564a2fc81c69f6a3af837965020f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 4 Jun 2004 16:45:10 +0000 Subject: pseries kernel is now ppc64. we probably need more magic for g5 booting --- scripts/mk-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mk-images') diff --git a/scripts/mk-images b/scripts/mk-images index 63e17b518..c6a3a39df 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -1053,7 +1053,7 @@ fi # Find the kernel, unpack it, and verify it vertag="BOOT" if [ "$BUILDARCH" = "ppc" -o "$BUILDARCH" = "ppc64" ]; then - arches="ppc64pseries ppc64iseries ppc" + arches="ppc64pseries ppc64 ppc64iseries ppc" elif [ "$BUILDARCH" = "i386" ]; then arches="i586" else -- cgit