Discussion:
[PATCH installer 1/2] Include {ata,mtd,pata,sata}-modules in mx5 netboot image (Closes: #675017)
(too old to reply)
Ben Hutchings
2013-04-11 00:50:01 UTC
Permalink
---
build/pkg-lists/netboot/armhf/mx5.cfg | 4 ++++
debian/changelog | 4 ++++
2 files changed, 8 insertions(+)

diff --git a/build/pkg-lists/netboot/armhf/mx5.cfg b/build/pkg-lists/netboot/armhf/mx5.cfg
index b40d119..d8704c8 100644
--- a/build/pkg-lists/netboot/armhf/mx5.cfg
+++ b/build/pkg-lists/netboot/armhf/mx5.cfg
@@ -1 +1,5 @@
+ata-modules-${kernel:Version}
mmc-modules-${kernel:Version}
+mtd-modules-${kernel:Version}
+pata-modules-${kernel:Version}
+sata-modules-${kernel:Version}
diff --git a/debian/changelog b/debian/changelog
index f19fb5e..9171171 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
debian-installer (2013XXXX) UNRELEASED; urgency=low

+ [ Samuel Thibault ]
* internal.xml: Point at the repository README instead of duplicating
checkout information.

+ [ Ben Hutchings ]
+ * Include {ata,mtd,pata,sata}-modules in mx5 netboot image (Closes: #675017)
+
-- Samuel Thibault <***@debian.org> Wed, 10 Apr 2013 23:46:45 +020
0

debian-installer (20130409) unstable; urgency=low
Ben Hutchings
2013-04-11 00:50:02 UTC
Permalink
---
build/pkg-lists/netboot/armhf.cfg | 3 ++-
debian/changelog | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/build/pkg-lists/netboot/armhf.cfg b/build/pkg-lists/netboot/armhf.cfg
index e8a2b96..2020737 100644
--- a/build/pkg-lists/netboot/armhf.cfg
+++ b/build/pkg-lists/netboot/armhf.cfg
@@ -7,7 +7,8 @@ hw-detect
ethdetect
netcfg

-nic-modules-${kernel:Version}
+nic-usb-modules-${kernel:Version}
+nic-wireless-modules-${kernel:Version}

fb-modules-${kernel:Version} ?
input-modules-${kernel:Version} ?
diff --git a/debian/changelog b/debian/changelog
index 9171171..9c845be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ debian-installer (2013XXXX) UNRELEASED; urgency=low

[ Ben Hutchings ]
* Include {ata,mtd,pata,sata}-modules in mx5 netboot image (Closes: #675017)
+ * Replace nic-modules with nic-{usb,wireless}-modules in armhf netboot
+ images (Closes: #705118)

-- Samuel Thibault <***@debian.org> Wed, 10 Apr 2013 23:46:45 +020
0

Loading...