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/chroot_archives | |
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/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" ] |