diff mbox

[Natty,SRU] Include all filesystem modules for virtual

Message ID 4E7C45EE.3090405@canonical.com
State New
Headers show

Commit Message

Stefan Bader Sept. 23, 2011, 8:40 a.m. UTC
On 22.09.2011 18:28, Stefan Bader wrote:
> There is a use-case for requiring the quota filesystem modules. But
> there also may be need for any other filesystem related module as
> well.
> For Oneiric we will have an extra package covering anything not in
> the main virtual package. And for Lucid we already package up any
> module under fs/*. So just do the same for Natty.
> This increases the package size from 11 to 13 MB.
> 

*sigh* And as soon as you say "probably not worth changing for Maverick", there
is someone really wanting exactly that.
Attached would be the version for Maverick...

-Stefan

Comments

Stefan Bader Sept. 23, 2011, 8:50 a.m. UTC | #1
On 23.09.2011 10:40, Stefan Bader wrote:
> On 22.09.2011 18:28, Stefan Bader wrote:
>> There is a use-case for requiring the quota filesystem modules. But
>> there also may be need for any other filesystem related module as
>> well.
>> For Oneiric we will have an extra package covering anything not in
>> the main virtual package. And for Lucid we already package up any
>> module under fs/*. So just do the same for Natty.
>> This increases the package size from 11 to 13 MB.
>>
> 
> *sigh* And as soon as you say "probably not worth changing for Maverick", there
> is someone really wanting exactly that.
> Attached would be the version for Maverick...
> 
> -Stefan
> 
> 
Better subject for this...
Tim Gardner Sept. 23, 2011, 12:39 p.m. UTC | #2
On 09/23/2011 02:50 AM, Stefan Bader wrote:
> On 23.09.2011 10:40, Stefan Bader wrote:
>> On 22.09.2011 18:28, Stefan Bader wrote:
>>> There is a use-case for requiring the quota filesystem modules. But
>>> there also may be need for any other filesystem related module as
>>> well.
>>> For Oneiric we will have an extra package covering anything not in
>>> the main virtual package. And for Lucid we already package up any
>>> module under fs/*. So just do the same for Natty.
>>> This increases the package size from 11 to 13 MB.
>>>
>>
>> *sigh* And as soon as you say "probably not worth changing for Maverick", there
>> is someone really wanting exactly that.
>> Attached would be the version for Maverick...
>>
>> -Stefan
>>
>>
> Better subject for this...
>

Seems like a no-brainer since we've already done Natty...
diff mbox

Patch

From dbd96d692de585e274d5e80cf6d01880764a280f Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader@canonical.com>
Date: Fri, 23 Sep 2011 10:36:05 +0200
Subject: [PATCH] UBUNTU: (config) Include all filesystem modules for virtual

We got another module inclusion request for the virtual package: quota.
Filesystems are not hardware dependant and someone will come and want
any missing one sooner or later. So instead of just adding quota, get
over with it and just include them all. This is what we finally did for
Lucid, too.

BugLink: http://bugs.launchpad.net/bugs/761809

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
---
 debian.master/control.d/virtual.inclusion-list |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/debian.master/control.d/virtual.inclusion-list b/debian.master/control.d/virtual.inclusion-list
index c4bd08e..13f49e7 100644
--- a/debian.master/control.d/virtual.inclusion-list
+++ b/debian.master/control.d/virtual.inclusion-list
@@ -81,26 +81,7 @@  drivers/video/fb_sys_fops.ko
 drivers/virtio/virtio_balloon.ko
 drivers/watchdog/softdog.ko
 drivers/xen/*
-fs/binfmt_misc.ko
-fs/btrfs/*
-fs/cachefiles/cachefiles.ko
-fs/configfs/*
-fs/exportfs/*
-fs/fat/*
-fs/nls/nls_cp437.ko
-fs/nls/nls_iso8859-1.ko
-fs/isofs/*
-fs/cifs/*
-fs/xfs/*
-fs/ufs/*
-fs/smbfs/*
-fs/squashfs/*
-fs/nfs/*
-fs/nfsd/*
-fs/nfs_common/*
-fs/fscache/*
-fs/lockd/*
-fs/autofs4/autofs4.ko
+fs/*
 lib/*
 net/802/*
 net/8021q/*
-- 
1.7.4.1