summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-09-20 22:52:41 +0000
committerJeremy Katz <katzj@redhat.com>2001-09-20 22:52:41 +0000
commitf99e9b88bebef59d95e98ba385940bc0c5750124 (patch)
tree4fe832022a60006cf057a8f49c9d0a9b8379b8ea /scripts
parent5927e22698078e0d5f0e8492c628c18be69d5b44 (diff)
downloadanaconda-f99e9b88bebef59d95e98ba385940bc0c5750124.tar.gz
anaconda-f99e9b88bebef59d95e98ba385940bc0c5750124.tar.xz
anaconda-f99e9b88bebef59d95e98ba385940bc0c5750124.zip
use max of 16 dirents for root dir of boot floppy to save space
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 5b353b89e..aa8cd9471 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -7,7 +7,7 @@ fi
prepareBootImage() {
dd if=/dev/zero bs=1k count=$BOOTDISKSIZE of=/$MBD_TMPIMAGE 2>/dev/null
- mkdosfs -C $MBD_TMPIMAGE $BOOTDISKSIZE >/dev/null
+ mkdosfs -r 16 -C $MBD_TMPIMAGE $BOOTDISKSIZE >/dev/null
$SYSLINUX $MBD_TMPIMAGE
mount -o loop -t msdos $MBD_TMPIMAGE $MBD_BOOTTREE