summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-05 19:21:53 +0000
committerBill Nottingham <notting@redhat.com>2001-01-05 19:21:53 +0000
commitca0d80b28e0ab805d5abc243e442ee3168ed0bab (patch)
tree62fe1cbb459cd86e72e3d49c2524e9a5fc63ea1c /scripts/mk-images
parent0611870db9c3e360b72ee4ec8819855a7e20ee7c (diff)
downloadanaconda-ca0d80b28e0ab805d5abc243e442ee3168ed0bab.tar.gz
anaconda-ca0d80b28e0ab805d5abc243e442ee3168ed0bab.tar.xz
anaconda-ca0d80b28e0ab805d5abc243e442ee3168ed0bab.zip
add a bs parameter to the hack dd
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 45477d09b..463b2dc6d 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -663,7 +663,7 @@ makemainimage () {
umount $mmi_mntpoint
if [ "$BUILDARCH" = "ia64" ]; then
- dd if=$mmi_tmpimage of=$INSTIMGPATH/${imagename}.img
+ dd if=$mmi_tmpimage of=$INSTIMGPATH/${imagename}.img bs=1048576
else
cp $mmi_tmpimage $INSTIMGPATH/${imagename}.img
fi