summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-19 22:02:07 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-19 22:02:07 +0000
commitefec4344e4156b5a5181bc329b0dde7a26b8d0d0 (patch)
tree12df604b021f89ab4a6e5e465cca479c083d4b36
parent75095c1022cc1cdd317a516e1ee1ffbe26a28a6f (diff)
downloadanaconda-efec4344e4156b5a5181bc329b0dde7a26b8d0d0.tar.gz
anaconda-efec4344e4156b5a5181bc329b0dde7a26b8d0d0.tar.xz
anaconda-efec4344e4156b5a5181bc329b0dde7a26b8d0d0.zip
fix for ppc from jlaska
-rw-r--r--scripts/mk-images.ppc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc
index 102101a00..76d8311ee 100644
--- a/scripts/mk-images.ppc
+++ b/scripts/mk-images.ppc
@@ -78,7 +78,7 @@ EOF
$IMGPATH/usr/sbin/addRamDisk $TOPDESTPATH/ppc/iSeries/ramdisk.image.gz $TOPDESTPATH/ppc/iSeries/System.map $TOPDESTPATH/ppc/iSeries/vmlinux.sm $TOPDESTPATH/ppc/iSeries/boot.img
rm -f $TOPDESTPATH/ppc/iSeries/vmlinux.sm
elif [ "$KERNELARCH" = "ppc" ]; then
- FAKEARCH="ppc32"
+ FAKEARCH="ppc"
mkdir -p $TOPDESTPATH/ppc/mac
echo "Building ppc initrd"