diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-13 09:08:04 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-13 09:08:04 +0200 |
commit | febcb6bbf48b625721d6c7ca29ad7b9e1fc43c7f (patch) | |
tree | a3128693b07c20e3e615faa97e5ea1203d3e4cb3 | |
parent | 89a66b4ce0f15829e989850c62b0bdceca920f12 (diff) | |
download | vyos-live-build-febcb6bbf48b625721d6c7ca29ad7b9e1fc43c7f.tar.gz vyos-live-build-febcb6bbf48b625721d6c7ca29ad7b9e1fc43c7f.zip |
Enabling volatile suite for progress itself in progress mode.
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 0bd1b1a5b..de79d5c75 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -386,7 +386,7 @@ Set_defaults () progress) LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-${LB_PARENT_MIRROR_CHROOT}}" - LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}" + LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-${LB_MIRROR_CHROOT}}" ;; ubuntu|kubuntu) @@ -499,7 +499,7 @@ Set_defaults () progress) LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}" - LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}" + LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-${LB_MIRROR_BINARY}}" ;; ubuntu|kubuntu) |