summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-23 20:04:23 +0000
committerMatt Wilson <msw@redhat.com>2001-03-23 20:04:23 +0000
commit039a528affbfd3e4ae498cf91a6a77da8fe710d5 (patch)
tree63a810bca567e145d3c61e62f7ac3d89c30a7f5a
parente829d2a6a5a03ee9c34495b4d32f6dbbea7c599b (diff)
downloadanaconda-039a528affbfd3e4ae498cf91a6a77da8fe710d5.tar.gz
anaconda-039a528affbfd3e4ae498cf91a6a77da8fe710d5.tar.xz
anaconda-039a528affbfd3e4ae498cf91a6a77da8fe710d5.zip
make the initrd sizes just a wee-bit bigger, we're seeing some pressure in the latest builds
-rw-r--r--scripts/mk-images.i38612
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index d2b167cf6..fa4944319 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -61,12 +61,12 @@ NETWORKMODULES="$COMMONMODULES nfs 3c59x ne2k-pci de4x5
PCMCIAMAINMODULES="$COMMONMODULES nfs $IDEMODS $SCSIMODS"
makeinitrd --initrdto $TOPDESTPATH/dosutils/autoboot/initrd.img \
- --initrdsize 2100 \
+ --initrdsize 2250 \
--loaderbin loader-local \
--modules "$LOCALMODULES"
makeinitrd --initrdto $TOPDESTPATH/images/pxeboot/initrd.img \
- --initrdsize 2100 \
+ --initrdsize 2250 \
--loaderbin loader-network \
--modules "$NETWORKMODULES"
@@ -93,7 +93,7 @@ PCMCIAMODULES=`echo $PCMCIAMODULES | eval "$PCMCIAMODULES_EXCLUDED_SED"`
makeinitrd --initrdto $TOPDESTPATH/images/initrd-pcmcia.img \
--pcmcia \
- --initrdsize 2200 \
+ --initrdsize 2350 \
--loaderbin loader-pcmcia \
--modules "$PCMCIAMAINMODULES"
@@ -133,14 +133,14 @@ BOOTDIR="ja"
makebootdisk --bootdisksize 1440 \
--imagename ja/boot.img \
--initrdflags '--japanese
- --initrdsize 2800 \
+ --initrdsize 2950 \
--loaderbin loader-local-kon \
--modules "$LOCALMODULES"'
makebootdisk --bootdisksize 1440 \
--imagename ja/bootnet.img \
--initrdflags '--japanese
- --initrdsize 2800 \
+ --initrdsize 2950 \
--loaderbin loader-network-kon \
--modules "$NETWORKMODULES"'
@@ -148,7 +148,7 @@ makebootdisk --imagename ja/pcmcia.img \
--bootdisksize 1440 \
--initrdflags '--japanese
--pcmcia \
- --initrdsize 3072 \
+ --initrdsize 3232 \
--loaderbin loader-pcmcia-kon \
--modules "$PCMCIAMAINMODULES"'