diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-14 21:32:50 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | 6204dc0e6db02859a07a978d87f1a5231c0214cf (patch) | |
tree | bab32213737d68743f42ed5bf9bb37a1ac8ce74c /helpers/lh_config | |
parent | 0cbbde2b9664b9fafb311f1048db25ea69952222 (diff) | |
download | vyos-live-build-6204dc0e6db02859a07a978d87f1a5231c0214cf.tar.gz vyos-live-build-6204dc0e6db02859a07a978d87f1a5231c0214cf.zip |
Enforcing lh_config to be run before lh_build, see also http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740).
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 68e89d6e0..4ac6353f0 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -1171,3 +1171,6 @@ then debconf-get-selections | grep -v deinstall | cut -f1 > config/chroot_local-preseed/local-system fi fi + +# Creating stage file +Create_stagefile .stage/config |