summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2007-04-27 11:21:07 +0000
committerPaul Nasrat <pnasrat@redhat.com>2007-04-27 11:21:07 +0000
commit1e75e457e001d4ba6fd1c46adce852a99276bc11 (patch)
treee68a16911ac3cbc515d94d4ad100f456bd16c85d /scripts
parent69fdf4d7e19ec209b8f9e4e6b0c680dbe286dcee (diff)
downloadanaconda-1e75e457e001d4ba6fd1c46adce852a99276bc11.tar.gz
anaconda-1e75e457e001d4ba6fd1c46adce852a99276bc11.tar.xz
anaconda-1e75e457e001d4ba6fd1c46adce852a99276bc11.zip
Load spufs module on cell (#237725) and remove spufs hack as we should do the
right thing now.
Diffstat (limited to 'scripts')
-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 416bab433..91f50039c 100644
--- a/scripts/mk-images.ppc
+++ b/scripts/mk-images.ppc
@@ -8,7 +8,7 @@ makeBootImages() {
makeinitrd --initrdto $TOPDESTPATH/ppc/ppc64/ramdisk.image.gz \
--initrdsize 8192 \
--loaderbin loader \
- --modules "$INITRDMODS"
+ --modules "$INITRDMODS spufs"
cp $KERNELROOT/boot/vmlinuz-* $TOPDESTPATH/ppc/ppc64/vmlinuz
sed -e "s/%BITS%/64/" -e "s/%PRODUCT%/$PRODUCT/" -e "s/%VERSION%/$VERSION/" \