diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-25 13:36:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-25 13:36:18 +0200 |
commit | 2caef33ea285353fb74f88b611e90fcc2b8b7092 (patch) | |
tree | 8382ff92c03b144fd3e8f3badbcb8d9a31584435 /scripts/build/chroot_archives | |
parent | 743cf9775d1906e46d524dfdc566ae48ee6d3b00 (diff) | |
download | vyos-live-build-2caef33ea285353fb74f88b611e90fcc2b8b7092.tar.gz vyos-live-build-2caef33ea285353fb74f88b611e90fcc2b8b7092.zip |
Renaming progress mode to progress-linux to match the used naming scheme.
Diffstat (limited to 'scripts/build/chroot_archives')
-rwxr-xr-x | scripts/build/chroot_archives | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index e4de5a209..502ff449f 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -94,7 +94,7 @@ EOF if [ "${LB_SECURITY}" = "true" ] then case "${LB_MODE}" in - debian|progress) + debian|progress-linux) case "${LB_PARENT_DISTRIBUTION}" in sid) @@ -110,7 +110,7 @@ EOF ;; esac - if [ "${LB_MODE}" = progress ] + if [ "${LB_MODE}" = progress-linux ] then echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list @@ -664,7 +664,7 @@ EOF if [ "${LB_SECURITY}" = "true" ] then case "${LB_MODE}" in - debian|progress) + debian|progress-linux) case "${LB_PARENT_DISTRIBUTION}" in sid) @@ -680,7 +680,7 @@ EOF ;; esac - if [ "${LB_MODE}" = progress ] + if [ "${LB_MODE}" = progress-linux ] then echo "deb ${LB_MIRROR_BINARY_SECURITY} ${_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list |