Source: linux-2.6 Severity: wishlist Tags: d-i patch Dear Maintainer,
On LaCie boards, the leds-ns2 and leds-netxbig drivers are used to configure the LEDs. This drivers are currently not embedded into the network-console installer. As a consequence, it is not possible to change the LEDs behaviour on LaCie boards when the SSH server is ready. Please, consider applying the attached patch. Regards, Simon -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: armel (armv5tel) Kernel: Linux 3.2.0-00010-g0a7ba17 (PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: debian/installer/armel/package-list =================================================================== --- debian/installer/armel/package-list (revision 18961) +++ debian/installer/armel/package-list (working copy) @@ -5,7 +5,7 @@ # Package: kernel-image Provides_iop32x: rtc-modules -Provides_kirkwood: rtc-modules, jffs2-modules, zlib-modules +Provides_kirkwood: rtc-modules, jffs2-modules, zlib-modules, leds-modules Provides_orion5x: rtc-modules Provides_versatile: rtc-modules Index: debian/installer/package-list =================================================================== --- debian/installer/package-list (revision 18961) +++ debian/installer/package-list (working copy) @@ -472,3 +472,9 @@ Priority: extra Description: lzo modules This package contains lzo modules. + +Package: leds-modules +Depends: kernel-image +Priority: extra +Description: LED modules + This package contains LED modules.