summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-02-13 21:53:55 +0000
committerJeremy Katz <katzj@redhat.com>2003-02-13 21:53:55 +0000
commit3da29eced0bde086f3a6ff20b269e84196a408df (patch)
treedf1ea845581c7af1e1513c1fc9864750fa76a889 /scripts
parent74a0b65b2ee144aae54039b6f614d23922c9612a (diff)
downloadanaconda-3da29eced0bde086f3a6ff20b269e84196a408df.tar.gz
anaconda-3da29eced0bde086f3a6ff20b269e84196a408df.tar.xz
anaconda-3da29eced0bde086f3a6ff20b269e84196a408df.zip
add 100k to get the jfs module on the second stage. then at least things don't blow up if people were silly and made jfs partitions
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 5fc4543c2..74af48527 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -88,7 +88,7 @@ LATEUSBMODS="mousedev usb-storage"
IDEMODS=""
SCSIMODS="sd_mod sr_mod st"
-FSMODS="msdos vfat ext3 reiserfs"
+FSMODS="msdos vfat ext3 reiserfs jfs"
SECSTAGE="agpgart raid0 raid1 raid5 lvm-mod $FSMODS $IDEMODS $SCSIMODS $LATEUSBMODS st parport_pc parport"
BTERMMODULES="vga16fb"