diff options
author | Daniel Baumann <daniel@debian.org> | 2008-02-29 13:32:16 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-02-29 13:32:16 +0100 |
commit | 179b86ab6469082ae34fabe5c7952a364de90253 (patch) | |
tree | 1ca0fb9d29ff74ec2956f0e69c3b7a8d13d3fef7 /helpers/lh_binary_debian-installer | |
parent | d104e3f6e722b461979f04571f3ea61c2d00d34e (diff) | |
download | vyos-live-build-179b86ab6469082ae34fabe5c7952a364de90253.tar.gz vyos-live-build-179b86ab6469082ae34fabe5c7952a364de90253.zip |
Using wildcards to support more than one preseeding file.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index d2bf81677..06e9ecd9e 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -424,10 +424,10 @@ then ln -s . binary/debian fi -# Including preseeding file -if [ -e config/binary_debian-installer/preseed.cfg ] +# Including preseeding files +if [ -e config/binary_debian-installer/preseed*.cfg ] then - cp config/binary_debian-installer/preseed.cfg binary/install + cp config/binary_debian-installer/preseed*.cfg binary/install fi # Creating stage file |