diff options
author | Daniel Baumann <daniel@debian.org> | 2008-02-29 13:27:56 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:36:17 +0100 |
commit | d78a97a521f6da5dcf3a5759eb87562ca3bb94f1 (patch) | |
tree | ef64bb16cf184cd1fe42b1fccb7772547fa4226c /helpers | |
parent | a74fb24d5e2bd2e94eb9909f0024d8404b1e5864 (diff) | |
download | live-build-d78a97a521f6da5dcf3a5759eb87562ca3bb94f1.zip live-build-d78a97a521f6da5dcf3a5759eb87562ca3bb94f1.tar.gz |
Honor local preseeding file for debian-installer.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 771bebe..d2bf816 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -424,5 +424,11 @@ then ln -s . binary/debian fi +# Including preseeding file +if [ -e config/binary_debian-installer/preseed.cfg ] +then + cp config/binary_debian-installer/preseed.cfg binary/install +fi + # Creating stage file Create_stagefile .stage/binary_debian-installer |