diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-05-15 02:59:47 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:34 +0100 |
commit | b067d159ec741d7b3539a92e0700b18fafd5fe02 (patch) | |
tree | f57f2674528db0e5b0122f22a7566aa91958fd7e | |
parent | a328f0b019adc424e9bb19b68940682a4ae46be9 (diff) | |
download | vyos-live-build-b067d159ec741d7b3539a92e0700b18fafd5fe02.tar.gz vyos-live-build-b067d159ec741d7b3539a92e0700b18fafd5fe02.zip |
Create chroot_local-preseed/ directory when building config/ in lh_config
-rwxr-xr-x | helpers/lh_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index fb4daf34d..f725bef3f 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -863,6 +863,7 @@ mkdir -p config/chroot_local-hooks mkdir -p config/chroot_local-includes mkdir -p config/chroot_local-packages mkdir -p config/chroot_local-packageslists +mkdir -p config/chroot_local-preseed mkdir -p config/chroot_sources cat > config/chroot << EOF |