diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-06-21 20:12:58 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-06-21 20:12:58 +0000 |
commit | f8d88fcc4deb7647b4dab5672e911dab1b1d1377 (patch) | |
tree | 7cff7488918a26ce095aa358800aa1e48dbb62c0 /scripts | |
parent | 455a3b53f63bd195363a21dcb61b22d59af9816a (diff) | |
download | anaconda-f8d88fcc4deb7647b4dab5672e911dab1b1d1377.tar.gz anaconda-f8d88fcc4deb7647b4dab5672e911dab1b1d1377.tar.xz anaconda-f8d88fcc4deb7647b4dab5672e911dab1b1d1377.zip |
bump ia64 initrd size (#126439)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.ia64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64 index 6de181cba..f84948860 100644 --- a/scripts/mk-images.ia64 +++ b/scripts/mk-images.ia64 @@ -42,7 +42,7 @@ makeBootImages() { --imagename boot.img \ --bootdisksize 20480 \ --initrdflags '--initrdto $TOPDESTPATH/images/ramdisk.img \ - --initrdsize 8192 \ + --initrdsize 12288 \ --loaderbin loader \ --modules "$COMMONMODULES $USBMODS $NETMODULES $SCSIMODULES $IDEMODULES =scsi =net"' |