diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-20 06:10:13 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-20 06:10:13 +0000 |
commit | d0144760863d7c48797562a766a2b156dbf988e0 (patch) | |
tree | 62b937e3a0e98a26a57b148cbb270956eb7cc107 /scripts/mk-images.alpha | |
parent | 9ddad35dbe3192e96d8dbf4b405bc3688aef20c8 (diff) | |
download | anaconda-d0144760863d7c48797562a766a2b156dbf988e0.tar.gz anaconda-d0144760863d7c48797562a766a2b156dbf988e0.tar.xz anaconda-d0144760863d7c48797562a766a2b156dbf988e0.zip |
larger images on alpha, use loader-local on sparc64
Diffstat (limited to 'scripts/mk-images.alpha')
-rw-r--r-- | scripts/mk-images.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images.alpha b/scripts/mk-images.alpha index 079c243e5..f6af996d8 100644 --- a/scripts/mk-images.alpha +++ b/scripts/mk-images.alpha @@ -19,6 +19,6 @@ makebootdisk --bootdisksize 1440 --kernelto $TOPDESTPATH/kernels/vmlinux.gz \ --imagename generic.img makemainmodules "$SECSTAGE" -makeinstimage --size1 3000 --size2 3000 "netstg" "$SECSTAGE" -makeinstimage --size1 3000 --size2 3000 "hdstg" "$NETMODULES $SECSTAGE" +makeinstimage --size1 3600 --size2 3600 "netstg" "$SECSTAGE" +makeinstimage --size1 3600 --size2 3600 "hdstg" "$NETMODULES $SECSTAGE" makemainimage "stage2" |