diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-20 19:34:12 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-20 19:34:12 +0000 |
commit | 03912e45a193f71693c94e1812f1b8f7252c98ae (patch) | |
tree | 85b7e1b5a8f3c0b0f2a8ec7195773de80a1fc598 /scripts/mk-images.i386 | |
parent | 9c080a57f921ba4c293ed9fce21d3caa0aa1f39f (diff) | |
download | anaconda-03912e45a193f71693c94e1812f1b8f7252c98ae.tar.gz anaconda-03912e45a193f71693c94e1812f1b8f7252c98ae.tar.xz anaconda-03912e45a193f71693c94e1812f1b8f7252c98ae.zip |
ext3 will automagically pull in it's requirements
Diffstat (limited to 'scripts/mk-images.i386')
-rw-r--r-- | scripts/mk-images.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index f6d53827e..1774baf64 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -49,7 +49,7 @@ LATEUSBMODS="mousedev" IDEMODS="" SCSIMODS="sd_mod sr_mod" -SECSTAGE="msdos vfat raid0 raid1 raid5 ext3 jbd $IDEMODS $SCSIMODS $LATEUSBMODS" +SECSTAGE="msdos vfat raid0 raid1 raid5 ext3 $IDEMODS $SCSIMODS $LATEUSBMODS" COMMONMODULES="vfat $USBMODS agpgart cramfs ramfs" LOCALMODULES="$COMMONMODULES BusLogic aic7xxx megaraid ncr53c8xx |