summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ia64
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-20 19:56:41 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-20 19:56:41 +0000
commite78c6fcdf662d51d037c1ab76d2bc5450c560db0 (patch)
treef6c4a3b515dc896c5e3390954f9fa6a509dc17ae /scripts/mk-images.ia64
parent33cd9b864afcb342f313119f15dbce3a858e4d47 (diff)
downloadanaconda-e78c6fcdf662d51d037c1ab76d2bc5450c560db0.tar.gz
anaconda-e78c6fcdf662d51d037c1ab76d2bc5450c560db0.tar.xz
anaconda-e78c6fcdf662d51d037c1ab76d2bc5450c560db0.zip
2005-10-20 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images (padfile): Remove dead function. (makemainmodules): Likewise. (makebootdisk): Likewise. (findloopdevice): Likewise. (makedriverdisk): Likewise. * scripts/mk-images.ia64: Don't really need/want an ls120 image anymore
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r--scripts/mk-images.ia649
1 files changed, 2 insertions, 7 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index 7d691a859..6022c0d29 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -31,18 +31,13 @@ makeBootImages() {
--modules "$INITRDMODS sgiioc4"
[ $? = 0 ] || exit 1
- makebootdisk \
- --imagename boot.img \
- --bootdisksize 25600 \
- --initrd $TOPDESTPATH/images/pxeboot/initrd.img
-
- # now make a boot iso
+ # make a boot iso
mkdir -p $TOPDESTPATH/images/isopath
cp -l $TOPDESTPATH/images/boot.img $TOPDESTPATH/images/isopath
mkisofs -quiet -o $TOPDESTPATH/images/boot.iso -b boot.img -no-emul-boot -R -J -V "$PRODUCT" -T $TOPDESTPATH/images/isopath
rm -rf $TOPDESTPATH/images/isopath
- # now make a pxe dir with kernel + initrd
+ # make a pxe dir with kernel + initrd
cat > $TOPDESTPATH/images/pxeboot/README <<EOF
The files in this directory are useful for booting a machine via PXE.