summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ppc
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-08-27 20:33:37 +0000
committerJeremy Katz <katzj@redhat.com>2003-08-27 20:33:37 +0000
commit7b7b11935b430f32be38061b2c3506b4499895ff (patch)
tree247b00ff2c2f4b2e9d0c890701b03b98fc6a1746 /scripts/mk-images.ppc
parent4af8b5ec3a3b217b458e77a7ed60d63c0e53b0ec (diff)
downloadanaconda-7b7b11935b430f32be38061b2c3506b4499895ff.tar.gz
anaconda-7b7b11935b430f32be38061b2c3506b4499895ff.tar.xz
anaconda-7b7b11935b430f32be38061b2c3506b4499895ff.zip
merge from taroon branch
Diffstat (limited to 'scripts/mk-images.ppc')
-rw-r--r--scripts/mk-images.ppc12
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc
index adc5d3a14..c24a9a76d 100644
--- a/scripts/mk-images.ppc
+++ b/scripts/mk-images.ppc
@@ -37,7 +37,7 @@ makeBootImages() {
pushd $TOPDESTPATH/ppc/chrp
cp $IMGPATH/usr/share/ppc64-utils/zImage.lds $TOPDESTPATH/ppc/chrp/zImage.lds
- $IMGPATH/usr/bin/mkzimage $KERNELROOT/boot/vmlinuz-partial* $TOPDESTPATH/images/boot.img $TOPDESTPATH/ppc/chrp/ramdisk.image.gz
+ $IMGPATH/usr/bin/mkzimage $KERNELROOT/boot/vmlinuz-partial* $TOPDESTPATH/images/netboot.img $TOPDESTPATH/ppc/chrp/ramdisk.image.gz
rm -f $TOPDESTPATH/ppc/chrp/zImage.lds
popd
@@ -51,6 +51,16 @@ makeBootImages() {
cp $TOPDESTPATH/boot_image $TOPDESTPATH/isopath/boot_image
mkisofs -generic-boot $TOPDESTPATH/isopath/boot_image -A "$PRODUCT $VERSION" -V "PBOOT" -J -R -T -allow-multidot -l -o $TOPDESTPATH/images/boot.iso $TOPDESTPATH/isopath
rm -rf $TOPDESTPATH/isopath/
+
+ cat > $TOPDESTPATH/images/README <<EOF
+The files in this directory are for use in booting a pSeries
+machine. They are as follows:
+boot.iso - A bootable CD-ROM image for starting an installation on pSeries
+netboot.img - A network boot image for starting an installation on pSeries
+
+Images for installing on an iSeries machine can be found in the ppc/iSeries
+directory.
+EOF
elif [ "$KERNELARCH" = "ppc64iseries" ]; then
mkdir -p $TOPDESTPATH/ppc/iSeries