diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-12-18 10:45:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-12-18 10:45:33 +0000 |
commit | 179bcd87deb9b19e92a37d6ef1b4cd3fa931355d (patch) | |
tree | afbd8d6b0d8e25110292d523acb8609fdbd7bed8 | |
parent | 60144797731ec21ac8c896894cbb7f4913eb46cc (diff) | |
download | drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.tar drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.tar.gz drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.tar.bz2 drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.tar.xz drakx-backup-do-not-use-179bcd87deb9b19e92a37d6ef1b4cd3fa931355d.zip |
include nilfs2 module (#3807)
-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 af7992738..208c44a27 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include nilfs2 module (#3807) + Version 1.57 - 24 October 2011 by Thomas Backlund - sync with kernel-3.1.0-1.mga2 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 31e0af3b7..a93d8bc1d 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -192,7 +192,7 @@ our %l = ( loopback => [ qw(isofs loop squashfs) ], local => [ if_(arch() =~ /^ppc/, qw(hfs)), - qw(btrfs ext3 ext4 jfs ntfs reiserfs reiser4 vfat xfs), + qw(btrfs ext3 ext4 jfs nilfs2 ntfs reiserfs reiser4 vfat xfs), ], various => [ qw(romfs ufs unionfs) ], |