diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-17 13:48:54 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:02 +0200 |
commit | 5e07604353b90a3a1a76506a43b5c5da6fa406bc (patch) | |
tree | a434f439c6170e1484fb03fb206b4fca34696d9d /scripts/build/binary_debian-installer | |
parent | 9a3de4bebab3086d385ddc9ed9200e08d4b5e2d7 (diff) | |
download | vyos-live-build-5e07604353b90a3a1a76506a43b5c5da6fa406bc.tar.gz vyos-live-build-5e07604353b90a3a1a76506a43b5c5da6fa406bc.zip |
Removing kubuntu mode, it's not different anymore to standard ubuntu mode.
Diffstat (limited to 'scripts/build/binary_debian-installer')
-rwxr-xr-x | scripts/build/binary_debian-installer | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer index f5c9e12c1..b7665d781 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" ;; |