summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2010-02-08 13:01:20 -0600
committerDennis Gilmore <dennis@ausil.us>2010-03-05 15:24:05 -0600
commite559fe8a32c9be68fd9b92116b6663e0eb1ccb40 (patch)
tree9a6fc03456dd2f33d9685df01fbcf7e9b369fafd
parent6432d35959816b20aab0b5813030630cc528b7f2 (diff)
downloadanaconda-e559fe8a32c9be68fd9b92116b6663e0eb1ccb40.tar.gz
anaconda-e559fe8a32c9be68fd9b92116b6663e0eb1ccb40.tar.xz
anaconda-e559fe8a32c9be68fd9b92116b6663e0eb1ccb40.zip
Fix generation of boot.iso on SPARC
we make an install.img file not a stage2.img file anymore. make sure boot.iso is passed the right image to get an iso out.
-rw-r--r--scripts/mk-images.sparc3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mk-images.sparc b/scripts/mk-images.sparc
index 9525f59e6..f8fb3b634 100644
--- a/scripts/mk-images.sparc
+++ b/scripts/mk-images.sparc
@@ -167,6 +167,7 @@ doPostImages() {
-x repodata \
-sparc-label "$PRODUCT $VERSION Boot Disc" \
-o $TOPDESTPATH/images/$BOOTISO -graft-points \
- boot=$TOPDESTPATH/boot images/stage2.img=$TOPDESTPATH/images/stage2.img
+ boot=$TOPDESTPATH/boot images/install.img=$TOPDESTPATH/images/install.img
+ implantisomd5 $TOPDESTPATH/images/$BOOTISO
fi
}