diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-20 04:28:43 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-20 04:28:43 +0000 |
commit | 9ddad35dbe3192e96d8dbf4b405bc3688aef20c8 (patch) | |
tree | fcb74e6878e0b3e93ba136305394ff8ee2588aa0 | |
parent | d47d1e910a69cee909dcd6ddcdecf431fb054219 (diff) | |
download | anaconda-9ddad35dbe3192e96d8dbf4b405bc3688aef20c8.tar.gz anaconda-9ddad35dbe3192e96d8dbf4b405bc3688aef20c8.tar.xz anaconda-9ddad35dbe3192e96d8dbf4b405bc3688aef20c8.zip |
a little bigger
-rw-r--r-- | scripts/mk-images.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index e3fc36dff..d3418d2b1 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -112,6 +112,6 @@ makedriverdisk "Parallel port IDE Drivers" "paride" "parport_pc parport pcd pari makemainmodules "=scsi =net $SECSTAGE" -makeinstimage --size1 2660 --size2 2460 "netstg" "=scsi $SECSTAGE" -makeinstimage --size1 2660 --size2 2460 "hdstg" "=net $SECSTAGE" +makeinstimage --size1 2800 --size2 2460 "netstg" "=scsi $SECSTAGE" +makeinstimage --size1 2800 --size2 2460 "hdstg" "=net $SECSTAGE" makemainimage "stage2" |