summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-04-05 21:57:27 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:06 +0100
commit6d4a3e21e07b0e2300f9e7492f0a12bd9fb5ae7f (patch)
treef209d5ca4eb4831336b952dfe1de7a8512fd8772
parente7c2302b48ab750b43cae6fb08d594832ad30b2f (diff)
downloadvyos-live-build-6d4a3e21e07b0e2300f9e7492f0a12bd9fb5ae7f.tar.gz
vyos-live-build-6d4a3e21e07b0e2300f9e7492f0a12bd9fb5ae7f.zip
Calling Check_defaults twice in lh_config, once when we initialize and once when the modified configuration is written (Closes: #576573).
-rwxr-xr-xhelpers/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/config b/helpers/config
index d1c594d79..bab31b5b0 100755
--- a/helpers/config
+++ b/helpers/config
@@ -1343,5 +1343,8 @@ EOF
cp config/chroot_sources/${LH_DISTRIBUTION}-backports.chroot.gpg config/chroot_sources/${LH_DISTRIBUTION}-backports.binary.gpg
fi
+# Checking defaults again
+Check_defaults
+
# Creating stage file
Create_stagefile .stage/config