diff options
author | Daniel Baumann <daniel@debian.org> | 2008-02-29 13:27:56 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-02-29 13:27:56 +0100 |
commit | d104e3f6e722b461979f04571f3ea61c2d00d34e (patch) | |
tree | ef64bb16cf184cd1fe42b1fccb7772547fa4226c /helpers/lh_binary_debian-installer | |
parent | 5ce8ab768b6e85c3cc3f71136b47bf4f66c3c733 (diff) | |
download | vyos-live-build-d104e3f6e722b461979f04571f3ea61c2d00d34e.tar.gz vyos-live-build-d104e3f6e722b461979f04571f3ea61c2d00d34e.zip |
Honor local preseeding file for debian-installer.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-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 771bebe9c..d2bf81677 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 |