Patch sent to [email protected]: >From 03b60d00498baa8ee3a25562493d0b10fcaea85b Mon Sep 17 00:00:00 2001 From: Mathias Gug <[email protected]> Date: Tue, 2 Mar 2010 15:31:41 -0500 Subject: [PATCH] Add vlan (8021.Q) module package for d-i.
The 8021q kernel module (and its dependencies slp and garp) are not included in any of the installer medias. Adding them would enable vlan tagging to be used during installation. Signed-off-by: Mathias Gug <[email protected]> --- debian.master/d-i/modules/vlan-modules | 3 +++ debian.master/d-i/package-list | 6 ++++++ 2 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 debian.master/d-i/modules/vlan-modules diff --git a/debian.master/d-i/modules/vlan-modules b/debian.master/d-i/modules/vlan-modules new file mode 100644 index 0000000..3d65a55 --- /dev/null +++ b/debian.master/d-i/modules/vlan-modules @@ -0,0 +1,3 @@ +slp ? +garp ? +8021q ? diff --git a/debian.master/d-i/package-list b/debian.master/d-i/package-list index ecc2094..042ce87 100644 --- a/debian.master/d-i/package-list +++ b/debian.master/d-i/package-list @@ -182,3 +182,9 @@ Priority: extra Description: squashfs modules This package contains squashfs modules. +Package: vlan-modules +Depends: kernel-image +Priority: extra +Description: vlan modules + This package contains vlan (8021.Q) modules. + -- 1.7.0 ** Changed in: linux (Ubuntu) Status: New => In Progress ** Changed in: linux (Ubuntu) Importance: Undecided => Wishlist -- [FFE] Include 8021q module in the installer for VLAN support https://bugs.launchpad.net/bugs/530459 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
