diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-29 15:58:42 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-29 15:58:42 +0200 |
commit | e12985ac97c48006020808cddba44326eeff3550 (patch) | |
tree | 69c22b92db35498e7ef102566475bdb778c6c210 | |
parent | 55f6d94398d0a9041d8175b59274fa3fec48deb4 (diff) | |
download | vyos-live-build-e12985ac97c48006020808cddba44326eeff3550.tar.gz vyos-live-build-e12985ac97c48006020808cddba44326eeff3550.zip |
Adding baureo-backports and charon-backports as valid distributions in progress mode.
-rwxr-xr-x | functions/defaults.sh | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index a6c1ea757..98ace32a8 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -68,23 +68,17 @@ Set_defaults () case "${LB_MODE}" in progress) case "${LB_DISTRIBUTION}" in - artax) + artax|artax-backports) LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-squeeze}" LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}" ;; - - artax-backports) - LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-squeeze}" - LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}" - ;; - - baureo) + baureo|baureo-backports) LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-wheezy}" LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}" ;; - charon) + charon|charon-backports) LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-sid}" LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}" ;; |