diff options
author | Erik Troan <ewt@redhat.com> | 2001-06-20 19:02:18 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-06-20 19:02:18 +0000 |
commit | 6194c55dc5ade1dafc1403e9290555fb5c288279 (patch) | |
tree | 59488a654bb6f278bd9b1a4959e49437923580cb /scripts/mk-images.i386 | |
parent | 05da7dd1391af2040c10ec3b10f0a7bae4e9ba9f (diff) | |
download | anaconda-6194c55dc5ade1dafc1403e9290555fb5c288279.tar.gz anaconda-6194c55dc5ade1dafc1403e9290555fb5c288279.tar.xz anaconda-6194c55dc5ade1dafc1403e9290555fb5c288279.zip |
matt put these modules in the wrong place
Diffstat (limited to 'scripts/mk-images.i386')
-rw-r--r-- | scripts/mk-images.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386 index 9ddf58863..f6d53827e 100644 --- a/scripts/mk-images.i386 +++ b/scripts/mk-images.i386 @@ -49,9 +49,9 @@ LATEUSBMODS="mousedev" IDEMODS="" SCSIMODS="sd_mod sr_mod" -SECSTAGE="msdos vfat raid0 raid1 raid5 $IDEMODS $SCSIMODS $LATEUSBMODS" +SECSTAGE="msdos vfat raid0 raid1 raid5 ext3 jbd $IDEMODS $SCSIMODS $LATEUSBMODS" -COMMONMODULES="vfat $USBMODS agpgart cramfs ramfs ext3 jbd" +COMMONMODULES="vfat $USBMODS agpgart cramfs ramfs" LOCALMODULES="$COMMONMODULES BusLogic aic7xxx megaraid ncr53c8xx sym53c8xx $IDEMODS $SCSIMODS" NETWORKMODULES="$COMMONMODULES nfs 3c59x |