diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-07-20 15:21:27 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-07-20 15:21:27 +0000 |
commit | 56514da83837f28219714177fd503a223c591880 (patch) | |
tree | daea825c621501fbd96948216a9cb81fb24c49d1 /kernel/list_modules.pm | |
parent | 16331e73495f66961412d6d949679d4916334681 (diff) | |
download | drakx-56514da83837f28219714177fd503a223c591880.tar drakx-56514da83837f28219714177fd503a223c591880.tar.gz drakx-56514da83837f28219714177fd503a223c591880.tar.bz2 drakx-56514da83837f28219714177fd503a223c591880.tar.xz drakx-56514da83837f28219714177fd503a223c591880.zip |
add unionfs module (for rescue images)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index bbe5d6f7e..938adfc29 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -167,7 +167,7 @@ our %l = ( if_(arch() =~ /^ppc/, qw(hfs)), qw(reiserfs jfs xfs), ], - various => [ qw(smbfs romfs ext3 ufs ntfs) ], + various => [ qw(smbfs romfs ext3 ufs ntfs unionfs) ], }, |