summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-08-05 09:29:01 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-08-05 09:29:01 -1000
commit2cc529011157c6f35c527e6c0a3adf32e3e9e896 (patch)
treedacc5fdb1aaff27f4f6881e0f16f504046c08018
parenta892b510ef08094392d969c85b9b46cea7550300 (diff)
downloadanaconda-2cc529011157c6f35c527e6c0a3adf32e3e9e896.tar.gz
anaconda-2cc529011157c6f35c527e6c0a3adf32e3e9e896.tar.xz
anaconda-2cc529011157c6f35c527e6c0a3adf32e3e9e896.zip
Remove iSeries image generation (#456878)
In mk-images.ppc, remove the iSeries stuff. The ppc community has stated that iSeries support is not longer necessary.
-rw-r--r--scripts/mk-images.ppc9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc
index aa421ef0b..ceb61a599 100644
--- a/scripts/mk-images.ppc
+++ b/scripts/mk-images.ppc
@@ -57,13 +57,6 @@ __EOT__
rmdir $TOPDESTPATH/images/netboot || :
echo "zimage = images/netboot/ppc64.img" >> $TOPDESTPATH/.treeinfo
fi
- if [ -x $IMGPATH/usr/sbin/addRamDisk ]; then
- mkdir -p $TOPDESTPATH/images/iSeries
- $IMGPATH/usr/sbin/addRamDisk $TOPDESTPATH/ppc/ppc64/ramdisk.image.gz \
- $TOPDESTPATH/ppc/ppc64/vmlinuz \
- $TOPDESTPATH/images/iSeries/boot.img
- rmdir $TOPDESTPATH/images/iSeries || :
- fi
echo >> $TOPDESTPATH/.treeinfo
@@ -157,8 +150,6 @@ doPostImages() {
rm -f $TOPDESTPATH/isopath/images/ppc64.img
fi
- rm -rf $TOPDESTPATH/isopath/ppc/iSeries
-
if [ -r $TOPDESTPATH/isopath/images/netboot/ppc32.img ]; then
PREPBOOT="-prep-boot images/netboot/ppc32.img"
fi