diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-17 13:51:44 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-17 13:51:44 +0100 |
commit | 7e8240cd5e063895ee6e16745e0ea4b22658c6e5 (patch) | |
tree | 11d414ac8e01ae3a4dfe99cb216805e5ab291cc9 /scripts/build/binary_debian-installer | |
parent | 0b87c8239b4492f13e6e288862a512faee6e0104 (diff) | |
download | vyos-live-build-7e8240cd5e063895ee6e16745e0ea4b22658c6e5.tar.gz vyos-live-build-7e8240cd5e063895ee6e16745e0ea4b22658c6e5.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 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" ;; |