summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-07-04 22:26:35 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:36 +0100
commite7b0c3b78acd8df60c2e92cb4cd48780506cd656 (patch)
tree0ddf0b7a941f26fa982997d6c49cc44e55da9a8f /helpers
parent19039961c863db62c0c411d51f142216e972cf29 (diff)
downloadlive-build-e7b0c3b78acd8df60c2e92cb4cd48780506cd656.zip
live-build-e7b0c3b78acd8df60c2e92cb4cd48780506cd656.tar.gz
Only consider linux-image-2.6-prep powerpc kernel image on Etch.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_debian-installer7
1 files changed, 6 insertions, 1 deletions
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