summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-01-11 20:37:46 +0000
committerJeremy Katz <katzj@redhat.com>2006-01-11 20:37:46 +0000
commit2f81f5f7b6fb089aeca72ef8fe125b556609bfac (patch)
treea4f292803170dd6f0402cae5139021e76d8437e5 /scripts
parentc7c1b93d7da46298ba90263b0de31c348970b2cc (diff)
downloadanaconda-2f81f5f7b6fb089aeca72ef8fe125b556609bfac.tar.gz
anaconda-2f81f5f7b6fb089aeca72ef8fe125b556609bfac.tar.xz
anaconda-2f81f5f7b6fb089aeca72ef8fe125b556609bfac.zip
2006-01-11 Jeremy Katz <katzj@redhat.com>
* anaconda.spec (Version): Bump version. * scripts/mk-images.ppc: Remove some unneeded bits from the ppc boot.iso
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.ppc3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc
index bee78f904..94b5aea59 100644
--- a/scripts/mk-images.ppc
+++ b/scripts/mk-images.ppc
@@ -110,12 +110,15 @@ doPostImages() {
if [ -d $TOPDESTPATH/images/netboot ]; then
mkdir -p $TOPDESTPATH/isopath/images
cp -r $TOPDESTPATH/images/netboot $TOPDESTPATH/isopath/images
+ rm -f $TOPDESTPATH/isopath/images/ppc64.img
fi
if [ -r $TOPDESTPATH/isopath/images/netboot/ppc32.img ]; then
PREPBOOT="-prep-boot images/netboot/ppc32.img"
fi
+ rm -rf $TOPDESTPATH/isopath/ppc/iSeries
+
# Create the boot.iso
mkisofs -o $TOPDESTPATH/images/boot.iso -chrp-boot -U $PREPBOOT \
-part -hfs -T -r -l -J -A "$PRODUCT $VERSION" -sysid PPC \