diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-06-04 16:45:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-06-04 16:45:10 +0000 |
commit | 863c7e14f41c564a2fc81c69f6a3af837965020f (patch) | |
tree | c16f72bfc7bca001bb745e6fb7825e8d4cbadbc2 /scripts/mk-images | |
parent | 581d3ed70088694a02867094816a013e2671a009 (diff) | |
download | anaconda-863c7e14f41c564a2fc81c69f6a3af837965020f.tar.gz anaconda-863c7e14f41c564a2fc81c69f6a3af837965020f.tar.xz anaconda-863c7e14f41c564a2fc81c69f6a3af837965020f.zip |
pseries kernel is now ppc64. we probably need more magic for g5 booting
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
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 |