diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-16 14:34:22 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-16 14:34:22 +0000 |
commit | c17a3a0d0a0885f10749aeddd6d1721b824c5546 (patch) | |
tree | 20841e0af252ebbc8c4c15bfae0c1dc9738b2ea5 /scripts | |
parent | 7b9be0ade407c0c7340c650cef51d76e77076838 (diff) | |
download | anaconda-c17a3a0d0a0885f10749aeddd6d1721b824c5546.tar.gz anaconda-c17a3a0d0a0885f10749aeddd6d1721b824c5546.tar.xz anaconda-c17a3a0d0a0885f10749aeddd6d1721b824c5546.zip |
make the net stage2 ramdisk image a bit bigger
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 3aadc429e..0f8035f5d 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -20,5 +20,5 @@ makedriverdisk "Parallel port IDE Drivers" "paride" "parport_pc parport pcd pari makemainmodules "=scsi =net $SECSTAGE" -makeinstimage --size1 2560 --size2 2304 "netstg" "=scsi $SECSTAGE" +makeinstimage --size1 3072 --size2 2304 "netstg" "=scsi $SECSTAGE" makemainimage "stage2" |