From e7b0c3b78acd8df60c2e92cb4cd48780506cd656 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Fri, 4 Jul 2008 22:26:35 +0100
Subject: Only consider linux-image-2.6-prep powerpc kernel image on Etch.
---
helpers/lh_binary_debian-installer | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 208d4b8..2a79521 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -340,7 +340,12 @@ then
;;
powerpc)
- DI_PACKAGES="linux-image-2.6-powerpc linux-image-2.6-powerpc64 linux-image-2.6-powerpc-smp linux-image-2.6-prep yaboot" # FIXME bootloader?
+ DI_PACKAGES="linux-image-2.6-powerpc linux-image-2.6-powerpc64 linux-image-2.6-powerpc-smp yaboot" # FIXME bootloader?
+
+ if [ "${LH_DISTRIBUTION}" = "etch" ]
+ then
+ DI_PACKAGES="${DI_PACKAGES} linux-image-2.6-prep"
+ fi
;;
esac
--
cgit v1.0