summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-05 14:40:56 +0000
committerJeremy Katz <katzj@redhat.com>2003-05-05 14:40:56 +0000
commit0b1c09847df471a94a37e46742920de500438b22 (patch)
treeb94d06679ea5fc04ce04b33896fc6a4cf4fd2ec0
parent2f0d6e5d1fb1efc183da3fc46982b3ffdd8e206a (diff)
downloadanaconda-0b1c09847df471a94a37e46742920de500438b22.tar.gz
anaconda-0b1c09847df471a94a37e46742920de500438b22.tar.xz
anaconda-0b1c09847df471a94a37e46742920de500438b22.zip
assume the boot_image file ends up in the cd root magically and use it so that
we can get bootable ppc cds for now
-rw-r--r--scripts/mk-images.ppc7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/mk-images.ppc b/scripts/mk-images.ppc
index e667c4290..0844de063 100644
--- a/scripts/mk-images.ppc
+++ b/scripts/mk-images.ppc
@@ -42,9 +42,10 @@ makeBootImages() {
cp $TOPDESTPATH/ppc/chrp/* $TOPDESTPATH/isopath/ppc/chrp
cp $TOPDESTPATH/ppc/bootinfo.txt $TOPDESTPATH/isopath/ppc/bootinfo.txt
- # FIXME: still need the magic boot_image file
- # mkisofs -generic-boot $TOPDESTPATH/isopath/boot_image -V "PBOOT" -J -R -v -T -allow-multidot -l -o $TOPDESTPATH/images/boot.iso $TOPDESTPATH/isopath
- # rm -rf $TOPDESTPATH/isopath/
+ # FIXME: this assumes the file gets there by magic
+ cp $TOPDESTPATH/boot_image $TOPDESTPATH/isopath/boot_image
+ mkisofs -generic-boot $TOPDESTPATH/isopath/boot_image -A "$PRODUCT $VERSION" -V "PBOOT" -J -R -v -T -allow-multidot -l -o $TOPDESTPATH/images/boot.iso $TOPDESTPATH/isopath
+ rm -rf $TOPDESTPATH/isopath/
elif [ "$kernelvers" = "iseries" ]; then
mkdir -p $TOPDESTPATH/ppc/iSeries