summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-27 22:26:19 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-27 22:26:19 +0000
commitca94c43dfda3d3d0eaaf098139bbbf47c8e3e84e (patch)
tree8efef9eb9d04554f17cafd981e1b978aa4f292b2 /scripts
parentb0ee436e59dac718c6ee96a7fa23cadf75b8b065 (diff)
2005-04-27 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images.i386: Bump size of diskboot.img * scripts/mk-images.x86_64: Likewise.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3862
-rw-r--r--scripts/mk-images.x86_642
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 1059c09ed..17cf35a75 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -192,7 +192,7 @@ makeBootImages() {
# now make a boot pendrive image
mkdir -p $TOPDESTPATH/images/fobpath
- dd if=/dev/zero of=$TOPDESTPATH/images/diskboot.img bs=1M count=6 2>/dev/null
+ dd if=/dev/zero of=$TOPDESTPATH/images/diskboot.img bs=1M count=8 2>/dev/null
mkdosfs $TOPDESTPATH/images/diskboot.img
$SYSLINUX $TOPDESTPATH/images/diskboot.img
mount -o loop $TOPDESTPATH/images/diskboot.img $TOPDESTPATH/images/fobpath
diff --git a/scripts/mk-images.x86_64 b/scripts/mk-images.x86_64
index ff7703b0a..4299b7fba 100644
--- a/scripts/mk-images.x86_64
+++ b/scripts/mk-images.x86_64
@@ -151,7 +151,7 @@ makeBootImages() {
# now make a boot pendrive image
mkdir -p $TOPDESTPATH/images/fobpath
- dd if=/dev/zero of=$TOPDESTPATH/images/diskboot.img bs=1M count=6 2>/dev/null
+ dd if=/dev/zero of=$TOPDESTPATH/images/diskboot.img bs=1M count=8 2>/dev/null
mkdosfs $TOPDESTPATH/images/diskboot.img
$SYSLINUX $TOPDESTPATH/images/diskboot.img
mount -o loop $TOPDESTPATH/images/diskboot.img $TOPDESTPATH/images/fobpath