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

Bug#383135: marked as done (base-installer: Please support the ppc64 architecture)



Your message dated Thu, 17 Aug 2006 18:37:34 +0200
with message-id <200608171837.34411.elendil@planet.nl>
and subject line Not an NMU
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: base-installer
Version: 1.64
Severity: wishlist
Tags: patch

Hello,

the attached patch adds support for the native ppc64 architecture
to base-installer by creating a 'kernel/ppc64.sh' script.

There is only one kernel flavour for the native ppc64 architecture.
Because of this, complicated selection or checking procedures are not
necessary and the script is very simple.

Regards
Andreas Jochens

diff -urN ../tmp-orig/base-installer-1.56/kernel/ppc64.sh ./kernel/ppc64.sh
--- ../tmp-orig/base-installer-1.56/kernel/ppc64.sh	1970-01-01 00:00:00.000000000 +0000
+++ ./kernel/ppc64.sh	2006-05-12 15:23:27.000000000 +0000
@@ -0,0 +1,11 @@
+arch_get_kernel_flavour () {
+        echo "$ARCH"
+}
+
+arch_check_usable_kernel () {
+}
+
+arch_get_kernel () {
+        echo "linux-image-$KERNEL_MAJOR-$1"
+}
+


--- End Message ---
--- Begin Message ---
Version: 1.65

--- End Message ---

Reply to: