[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 1/5] Exclude usb-serial-modules from the armel network-console image



network-console instalations are done via SSH, so it doesn't make
sense to include usb-serial-modules for Braille readers
Closes: #809301

(cherry picked from commit 065730b97d81b05f0751f24b4bce03354c56f83e)
---
 build/pkg-lists/netboot/network-console/armel.cfg | 2 +-
 debian/changelog                                  | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/build/pkg-lists/netboot/network-console/armel.cfg b/build/pkg-lists/netboot/network-console/armel.cfg
index 84c938e..63737dd 100644
--- a/build/pkg-lists/netboot/network-console/armel.cfg
+++ b/build/pkg-lists/netboot/network-console/armel.cfg
@@ -1,4 +1,4 @@
 # Exclude framebuffer related modules that are listed in netboot/armel.cfg
 fb-modules-${kernel:Version} -
 input-modules-${kernel:Version} -
-usb-serial-modules-${kernel:Version} ?
+usb-serial-modules-${kernel:Version} -
diff --git a/debian/changelog b/debian/changelog
index 568ee85..5359adc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ debian-installer (20150422+deb8u3) UNRELEASED; urgency=medium
     for users doing slightly different things with our images; include
     support for GPT partition tables as well as msdos (Closes: #789600).
 
+  [ Martin Michlmayr ]
+  * Exclude usb-serial-modules from the armel network-console image
+    since it's not useful there (Closes: #809301).
+
  -- Cyril Brulebois <kibi@debian.org>  Mon, 14 Sep 2015 09:53:05 +0200
 
 debian-installer (20150422+deb8u2) jessie; urgency=medium
-- 
2.1.4


Reply to: