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/chroot_archives | |
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/chroot_archives')
-rwxr-xr-x | scripts/build/chroot_archives | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index da8417ef0..99433cf4c 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -131,7 +131,7 @@ EOF fi ;; - ubuntu|kubuntu) + ubuntu) echo "deb ${LB_PARENT_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_PARENT_ARCHIVE_AREAS}" >> chroot/etc/apt/${_PARENT_FILE} if [ "${_PASS}" = "source" ] || [ "${LB_APT_SOURCE_ARCHIVES}" = "true" ] @@ -196,7 +196,7 @@ EOF do # ubuntu workaround to allow using live.debian.net case "${LB_MODE}" in - ubuntu|kubuntu) + ubuntu) if [ "${REPOSITORY}" = "live.debian.net" ] then _DISTRIBUTION="sid" @@ -701,7 +701,7 @@ EOF fi ;; - ubuntu|kubuntu) + ubuntu) echo "deb ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_PARENT_ARCHIVE_AREAS}" >> chroot/etc/apt/${_PARENT_FILE} if [ "${_PASS}" = "source" ] || [ "${LB_APT_SOURCE_ARCHIVES}" = "true" ] |