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

Bug#670527: libdebian-installer4: missing support for LaCie NASes (Kirkwood)



Package: libdebian-installer4
Version: 0.80
Severity: normal
Tags: d-i patch

Dear Maintainer,

Support for LaCie Kirkwood machines is missing from map_hardware. This
prevents from using Debian installer with the LaCie NASes (based on
Kirkwood SoC).

During the installation process, I can see the following error message:
"No installable kernel was found in the defined APT sources"

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=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libdebian-installer4 depends on:
ii  libc6  2.13-27

libdebian-installer4 recommends no packages.

libdebian-installer4 suggests no packages.

-- no debconf information
diff --git a/src/system/subarch-arm-linux.c b/src/system/subarch-arm-linux.c
index a73db2e..af315ea 100644
--- a/src/system/subarch-arm-linux.c
+++ b/src/system/subarch-arm-linux.c
@@ -44,6 +44,12 @@ static struct map map_hardware[] = {
     { "QNAP TS-119/TS-219", "kirkwood" },
     { "QNAP TS-41x", "kirkwood" },
     { "Seagate FreeAgent DockStar", "kirkwood" },
+    { "LaCie Network Space v2", "kirkwood" },
+    { "LaCie Internet Space v2", "kirkwood" },
+    { "LaCie Network Space Max v2", "kirkwood" },
+    { "LaCie d2 Network v2", "kirkwood" },
+    { "LaCie 2Big Network v2", "kirkwood" },
+    { "LaCie 5Big Network v2", "kirkwood" },
     { "Buffalo/Revogear Kurobox Pro", "orion5x" },
     { "D-Link DNS-323", "orion5x" },
     { "QNAP TS-109/TS-209", "orion5x" },

Reply to: