summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.i386
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-30 21:28:16 +0000
committerMatt Wilson <msw@redhat.com>2000-05-30 21:28:16 +0000
commitdfc6e2e2bfb08eb0233e902bd667c7e3522b0e71 (patch)
tree3b4ee44f36f238d6a8895b585865b02cf36d3d53 /scripts/mk-images.i386
parent21b3ca96ef40ee68d494d34dc4c9a8d41900d4a3 (diff)
downloadanaconda-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.i3864
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"