diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-18 20:32:10 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-18 20:32:10 +0000 |
commit | 0400103479b5a70c07d044850cd34d294a8bfc80 (patch) | |
tree | 5d863e0ec546c4556df93a5e30b738f59ef24872 /scripts/mk-images.i386 | |
parent | 92bc68a063fc78b1d13c85624fa221bb0582e9a7 (diff) | |
download | anaconda-0400103479b5a70c07d044850cd34d294a8bfc80.tar.gz anaconda-0400103479b5a70c07d044850cd34d294a8bfc80.tar.xz anaconda-0400103479b5a70c07d044850cd34d294a8bfc80.zip |
create hdstg1 and hdstg2
Diffstat (limited to 'scripts/mk-images.i386')
-rw-r--r-- | scripts/mk-images.i386 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index 0f8035f5d..093210ed8 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -21,4 +21,5 @@ 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" makemainimage "stage2" |