diff options
author | Matt Wilson <msw@redhat.com> | 2001-03-01 02:48:00 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-03-01 02:48:00 +0000 |
commit | 50196ed2291b845d8c3e94a1e40c7d8e17267656 (patch) | |
tree | 2d25cf01e7625c5d20015eb417ce418e9d0e0b37 /scripts | |
parent | e609232e14a2a54410d74ece1254711c869096b9 (diff) | |
download | anaconda-50196ed2291b845d8c3e94a1e40c7d8e17267656.tar.gz anaconda-50196ed2291b845d8c3e94a1e40c7d8e17267656.tar.xz anaconda-50196ed2291b845d8c3e94a1e40c7d8e17267656.zip |
increase size of the initrd on japanese pcmcia boot disk (#28057)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mk-images.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index 335760d55..250c06464 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -148,7 +148,7 @@ makebootdisk --imagename ja/pcmcia.img \ --bootdisksize 1440 \ --initrdflags '--japanese --pcmcia \ - --initrdsize 2800 \ + --initrdsize 3072 \ --loaderbin loader-pcmcia-kon \ --modules "$PCMCIAMAINMODULES"' |