summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-04-05 21:57:27 +0200
committerDaniel Baumann <daniel@debian.org>2010-04-09 21:28:47 +0200
commit49df286dd79b469e83afc13e1a0529b1ba1b6758 (patch)
treef209d5ca4eb4831336b952dfe1de7a8512fd8772
parent7fb928c99cc41c27d0be9cca25051a369bf0627e (diff)
downloadvyos-live-build-49df286dd79b469e83afc13e1a0529b1ba1b6758.tar.gz
vyos-live-build-49df286dd79b469e83afc13e1a0529b1ba1b6758.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