diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-04-05 21:57:27 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:06 +0100 | 
| commit | 6d4a3e21e07b0e2300f9e7492f0a12bd9fb5ae7f (patch) | |
| tree | f209d5ca4eb4831336b952dfe1de7a8512fd8772 /helpers | |
| parent | e7c2302b48ab750b43cae6fb08d594832ad30b2f (diff) | |
| download | vyos-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).
Diffstat (limited to 'helpers')
| -rwxr-xr-x | helpers/config | 3 | 
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 | 
