diff options
author | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-05-30 15:21:52 +0000 |
---|---|---|
committer | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-05-30 15:21:52 +0000 |
commit | 063a76442c84983825c76818ed8ebc123728fd44 (patch) | |
tree | d80f04d995d25a7edc0b874f6982482aa59d073f | |
parent | 5499676d2eb7ddaaad8ff5fd0c38b66665ed1aba (diff) |
Add jbd kernel module becase ext3 turnup needs it
BKrev: 429b2f90XeKy7SH0Z-Ip3D4GrTsNlQ
-rw-r--r-- | conf/distro/openslug.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index fbbacd2839..cc1643d07a 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -54,6 +54,7 @@ kernel-module-pl2303 kernel-module-ftdi-sio" # attached disk - and install the nfs modules from ssh.) OPENSLUG_EXTRA_FILESYSTEMS ?= "\ kernel-module-ext2 \ +kernel-module-jbd \ kernel-module-ext3 \ kernel-module-nfs \ kernel-module-vfat \ |