summaryrefslogtreecommitdiffstats
path: root/scripts
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
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')
-rwxr-xr-xscripts/mk-images4
-rw-r--r--scripts/mk-images.i3864
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 6c439ba19..bc09b0965 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -445,11 +445,11 @@ makeinstimage () {
makemoduleball $tmpdir/modules "$modlist"
if [ -n "$SIZE2" ]; then
- makeImage $tmpdir/usr $SIZE1 $INSTIMGPATH/${imagename}2.img
+ makeImage $tmpdir/usr $SIZE2 $INSTIMGPATH/${imagename}2.img
rm -rf $tmpdir/usr
fi
- makeImage $tmpdir $SIZE2 $INSTIMGPATH/${imagename}1.img
+ makeImage $tmpdir $SIZE1 $INSTIMGPATH/${imagename}1.img
rm -rf $tmpdir
}
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"