diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-21 18:55:45 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-21 18:55:45 +0000 |
commit | aac1cc525c453a9de23022592cd1f8e57e42de5b (patch) | |
tree | 75471e9ed9f4a2fa20ce567e5b4f3e72578ca176 /scripts | |
parent | 14fcdc61de598add125c90e4a45e849b8791bd17 (diff) | |
download | anaconda-aac1cc525c453a9de23022592cd1f8e57e42de5b.tar.gz anaconda-aac1cc525c453a9de23022592cd1f8e57e42de5b.tar.xz anaconda-aac1cc525c453a9de23022592cd1f8e57e42de5b.zip |
reiserfs support
Diffstat (limited to 'scripts')
-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 1774baf64..caf7e0be8 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 $IDEMODS $SCSIMODS $LATEUSBMODS" +SECSTAGE="msdos vfat raid0 raid1 raid5 ext3 reiserfs $IDEMODS $SCSIMODS $LATEUSBMODS" COMMONMODULES="vfat $USBMODS agpgart cramfs ramfs" LOCALMODULES="$COMMONMODULES BusLogic aic7xxx megaraid ncr53c8xx |