diff mbox

Move 9p modules into generic package

Message ID 1359369784-21549-1-git-send-email-stefan.bader@canonical.com
State New
Headers show

Commit Message

Stefan Bader Jan. 28, 2013, 10:43 a.m. UTC
The server team asked for those modules to be in the main package
for some juju under KVM usage.

For Quantal this is likely the same change (though I will post it
seperately). For Precise this will require to look into the options
(or package list) of the virtual package. But it should have no
real regression potential as it adds new/optional modules.

-Stefan

--

From b594f313b13f1e3099ad1a12705e2aab91c0e6ff Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader@canonical.com>
Date: Mon, 28 Jan 2013 10:13:53 +0100
Subject: [PATCH] UBUNTU: (config) Move 9p modules into generic package

Those are built already and packaged in the extra modules package but
are required for a special pass-through setup under KVM.

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

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
---
 debian.master/control.d/generic.inclusion-list |    2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Bader Jan. 28, 2013, 10:45 a.m. UTC | #1
this is for Raring...
Leann Ogasawara Jan. 28, 2013, 7:58 p.m. UTC | #2
Applied to Raring master-next.

Thanks,
Leann

On 01/28/2013 02:45 AM, Stefan Bader wrote:
> this is for Raring...
>
>
>
diff mbox

Patch

diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
index 75098ae..29d9f75 100644
--- a/debian.master/control.d/generic.inclusion-list
+++ b/debian.master/control.d/generic.inclusion-list
@@ -77,6 +77,7 @@  drivers/video/fb_sys_fops.ko
 drivers/virtio/virtio_balloon.ko
 drivers/watchdog/softdog.ko
 drivers/xen/*
+fs/9p/*
 fs/binfmt_misc.ko
 fs/btrfs/*
 fs/cachefiles/cachefiles.ko
@@ -102,6 +103,7 @@  fs/udf/*
 lib/*
 net/802/*
 net/8021q/*
+net/9p/*
 net/appletalk/*
 net/atm/*
 net/ax25/*