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 | |
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)
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 257fe5ae5..04c333078 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- add unionfs module + Version 1.12 - 17 July 2007, by Olivier "blino" Blin - add ide-disk module 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) ], }, |