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