summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.alpha
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-06-15 19:28:00 +0000
committerErik Troan <ewt@redhat.com>2000-06-15 19:28:00 +0000
commit843e56e3f86ee7c5a251e8d52ce878be25cf29e6 (patch)
tree6c6ea4ecf30572b28f86d4344cc823c02d9a5e1a /scripts/mk-images.alpha
parent44f6c4a47b1c53414acd6ce8b7d8455a02e07107 (diff)
downloadanaconda-843e56e3f86ee7c5a251e8d52ce878be25cf29e6.tar.gz
anaconda-843e56e3f86ee7c5a251e8d52ce878be25cf29e6.tar.xz
anaconda-843e56e3f86ee7c5a251e8d52ce878be25cf29e6.zip
removed --bootdisksize (which was just ignored anyway)
Diffstat (limited to 'scripts/mk-images.alpha')
-rw-r--r--scripts/mk-images.alpha3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha
index 18423702d..f5c73785f 100644
--- a/scripts/mk-images.alpha
+++ b/scripts/mk-images.alpha
@@ -1,8 +1,7 @@
SECSTAGE="vfat raid0 raid1 raid5"
prepareBootImage() {
- gunzip < $BOOTDISKDIR/generic.img.gz |
- dd of=$MBD_TMPIMAGE conv=notrunc > /dev/null 2> /dev/null
+ gunzip < $BOOTDISKDIR/generic.img.gz > $MBD_TMPIMAGE
mount -o loop -t ext2 $MBD_TMPIMAGE $MBD_BOOTTREE
zcat $KERNELROOT/boot/vmlinuz-* | gzip -9 > $MBD_BOOTTREE/vmlinux.gz