diff options
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 |