diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-11 14:14:25 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-11 14:14:25 +0100 |
commit | 0408e7ebbaa81db5c60592906c2a35696e3d96ab (patch) | |
tree | ae7e2855f5be0e02183b020607cc41c91977f634 /helpers/lh_config | |
parent | 8635931e79730eb75ca8f9b3c581845c2613ebf2 (diff) | |
download | vyos-live-build-0408e7ebbaa81db5c60592906c2a35696e3d96ab.tar.gz vyos-live-build-0408e7ebbaa81db5c60592906c2a35696e3d96ab.zip |
Added warning about etch compatibility of lh_config options.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 32f72c573..c3769d80f 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -623,6 +623,9 @@ then Read_conffile "${LH_CONFFILE}" fi +# Checking defaults +Check_defaults + # Creating bootstrap configuration mkdir -p config mkdir -p config/includes |