Package: libdebian-installer Version: 0.47 Severity: normal Tags: patch
Please add support for the efika board to libdebian-installer. Friendly, Sven Luther -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-2-powerpc Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Index: debian/changelog =================================================================== --- debian/changelog (révision 43393) +++ debian/changelog (copie de travail) @@ -1,3 +1,9 @@ +libdebian-installer (0.48) UNRELEASED; urgency=low + + * Added support for Efika /proc/cpuinfo machine field. + + -- Sven Luther <[EMAIL PROTECTED]> Thu, 14 Dec 2006 09:48:04 +0100 + libdebian-installer (0.47) unstable; urgency=low * Fix FTBFS on mips/mipsel. Index: src/system/subarch-powerpc-linux.c =================================================================== --- src/system/subarch-powerpc-linux.c (révision 43393) +++ src/system/subarch-powerpc-linux.c (copie de travail) @@ -21,6 +21,7 @@ static struct map map_machine[] = { { "PReP", "prep" }, { "CHRP Pegasos", "chrp_pegasos" }, + { "EFIKA5K2 CHRP PowerPC System", "chrp_pegasos" }, { "CHRP IBM", "chrp_rs6k" }, { "CHRP", "chrp" }, { "Amiga", "amiga" },