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

Bug#383135: base-installer: Please support the ppc64 architecture



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"
+}
+



Reply to: