diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-05 21:57:37 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-05 21:57:37 +0000 |
commit | 7ca51f789c5fc342ca2211bf515242307e77f432 (patch) | |
tree | b3f40a276e947a4b3c316b844c73fcab95482190 /scripts/mk-images.i386 | |
parent | 2cfeba74977c17ebb37923424605f529d4fe2dd0 (diff) | |
download | anaconda-7ca51f789c5fc342ca2211bf515242307e77f432.tar.gz anaconda-7ca51f789c5fc342ca2211bf515242307e77f432.tar.xz anaconda-7ca51f789c5fc342ca2211bf515242307e77f432.zip |
bigger
Diffstat (limited to 'scripts/mk-images.i386')
-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 88f3f7d76..d0b2690fa 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -171,6 +171,6 @@ makebootdisk --kernelto $TOPDESTPATH/dosutils/autoboot/vmlinuz \ makemainmodules "=scsi =net $SECSTAGE" -makeinstimage --size1 3100 --size2 4608 "netstg" "=scsi $SECSTAGE" +makeinstimage --size1 3300 --size2 4608 "netstg" "=scsi $SECSTAGE" makeinstimage --size1 3100 --size2 4608 "hdstg" "=net $SECSTAGE" makemainimage "stage2" |