From 56514da83837f28219714177fd503a223c591880 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 20 Jul 2007 15:21:27 +0000 Subject: add unionfs module (for rescue images) --- images/NEWS | 2 ++ kernel/list_modules.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) ], }, -- cgit v1.2.1