diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-05-15 02:59:47 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-05-15 03:06:35 +0100 |
commit | 070a72846b14446466030708d68f69388143083f (patch) | |
tree | f57f2674528db0e5b0122f22a7566aa91958fd7e /helpers/lh_config | |
parent | 5ccb8fde8e40ce856f7a4286635f80b3ad49185c (diff) | |
download | vyos-live-build-070a72846b14446466030708d68f69388143083f.tar.gz vyos-live-build-070a72846b14446466030708d68f69388143083f.zip |
Create chroot_local-preseed/ directory when building config/ in lh_config
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers/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 |