From 7e8240cd5e063895ee6e16745e0ea4b22658c6e5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Dec 2012 13:51:44 +0100 Subject: Removing kubuntu mode, it's not different anymore to standard ubuntu mode. --- scripts/build/binary_debian-installer | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/build/binary_debian-installer') diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer index c72122f88..7e76f63f1 100755 --- a/scripts/build/binary_debian-installer +++ b/scripts/build/binary_debian-installer @@ -342,7 +342,7 @@ then DI_REQ_PACKAGES="lilo grub grub-pc" case "${LB_MODE}" in - ubuntu|kubuntu) + ubuntu) DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic" ;; @@ -356,7 +356,7 @@ then DI_REQ_PACKAGES="elilo lilo grub grub-pc" case "${LB_MODE}" in - ubuntu|kubuntu) + ubuntu) case "${LB_DISTRIBUTION}" in precise) DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic-pae" @@ -377,7 +377,7 @@ then sparc) DI_REQ_PACKAGES="silo" case "${LB_MODE}" in - ubuntu|kubuntu) + ubuntu) DI_PACKAGES="${DI_REQ_PACKAGES} linux-sparc64" ;; @@ -390,7 +390,7 @@ then powerpc) DI_REQ_PACKAGES="yaboot" case "${LB_MODE}" in - ubuntu|kubuntu) + ubuntu) DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-powerpc-smp linux-image-powerpc64-smp linux-image-powerpc-e500 linux-image-powerpc-e500mc" ;; -- cgit v1.2.3