summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-29 03:08:19 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-29 03:08:19 +0000
commita5e5c9b6d04c800dd69caa8a7dc1c57c56b2c8eb (patch)
tree5ae1b0037ac36b740b98ec960f2055237b88ecea /scripts
parent63987c5ffcdde087fdbc42bef818a9c370557507 (diff)
downloadanaconda-a5e5c9b6d04c800dd69caa8a7dc1c57c56b2c8eb.tar.gz
anaconda-a5e5c9b6d04c800dd69caa8a7dc1c57c56b2c8eb.tar.xz
anaconda-a5e5c9b6d04c800dd69caa8a7dc1c57c56b2c8eb.zip
make the initrds a little bigger and bump the inodes up into the stratosphere so that we can create all of the devices to make the broken lvm tools happy
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
-rw-r--r--scripts/mk-images.i3866
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 23deaf949..a5076450a 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -495,7 +495,7 @@ EOF
rm -f $MBD_FSIMAGE
dd if=/dev/zero of=$MBD_FSIMAGE bs=1k count=$INITRDSIZE 2> /dev/null
- echo y | /sbin/mke2fs -i 8096 -q $MBD_FSIMAGE $INITRDSIZE > /dev/null 2>/dev/null
+ echo y | /sbin/mke2fs -i 1024 -q $MBD_FSIMAGE $INITRDSIZE > /dev/null 2>/dev/null
rm -rf $MBD_MNTPOINT
mkdir $MBD_MNTPOINT
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index c1229ddeb..a34a4ec2c 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -94,12 +94,12 @@ NETWORKMODULES="$COMMONMODULES nfs 3c59x ne2k-pci
PCMCIAMAINMODULES="$COMMONMODULES nfs $IDEMODS $SCSIMODS"
makeinitrd --initrdto $TOPDESTPATH/dosutils/autoboot/initrd.img \
- --initrdsize 2250 \
+ --initrdsize 2750 \
--loaderbin loader-local \
--modules "$LOCALMODULES"
makeinitrd --initrdto $TOPDESTPATH/images/pxeboot/initrd.img \
- --initrdsize 2250 \
+ --initrdsize 2750 \
--loaderbin loader-network \
--modules "$NETWORKMODULES"
@@ -126,7 +126,7 @@ PCMCIAMODULES=`echo $PCMCIAMODULES | eval "$PCMCIAMODULES_EXCLUDED_SED"`
makeinitrd --initrdto $TOPDESTPATH/images/initrd-pcmcia.img \
--pcmcia \
- --initrdsize 2350 \
+ --initrdsize 2750 \
--loaderbin loader-pcmcia \
--modules "$PCMCIAMAINMODULES"