[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/8] we make a install.img file not a stage2.img make sure boot.iso is passed the right image to get an iso out
- From: Dennis Gilmore <dennis ausil us>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 1/8] we make a install.img file not a stage2.img make sure boot.iso is passed the right image to get an iso out
- Date: Fri, 26 Feb 2010 16:59:27 -0600
---
scripts/mk-images.sparc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/scripts/mk-images.sparc b/scripts/mk-images.sparc
index 9525f59..f8fb3b6 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
}
--
1.7.0
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]