diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-30 21:28:16 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-30 21:28:16 +0000 |
commit | dfc6e2e2bfb08eb0233e902bd667c7e3522b0e71 (patch) | |
tree | 3b4ee44f36f238d6a8895b585865b02cf36d3d53 /scripts/mk-images.i386 | |
parent | 21b3ca96ef40ee68d494d34dc4c9a8d41900d4a3 (diff) | |
download | anaconda-dfc6e2e2bfb08eb0233e902bd667c7e3522b0e71.tar.gz anaconda-dfc6e2e2bfb08eb0233e902bd667c7e3522b0e71.tar.xz anaconda-dfc6e2e2bfb08eb0233e902bd667c7e3522b0e71.zip |
swap sizes in mk-images.i386 - the were backwards
tweak the sizes of {net,hd}stg{1,2}
Diffstat (limited to 'scripts/mk-images.i386')
-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 6d1ffc85c..8aefc17d3 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -20,6 +20,6 @@ makedriverdisk "Parallel port IDE Drivers" "paride" "parport_pc parport pcd pari makemainmodules "=scsi =net $SECSTAGE" -makeinstimage --size1 3072 --size2 2304 "netstg" "=scsi $SECSTAGE" -makeinstimage --size1 3072 --size2 2304 "hdstg" "=net $SECSTAGE" +makeinstimage --size1 2660 --size2 2260 "netstg" "=scsi $SECSTAGE" +makeinstimage --size1 2660 --size2 2260 "hdstg" "=net $SECSTAGE" makemainimage "stage2" |