From 2b086405f9180c35641789f6bcb55a8e1d971814 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 29 Feb 2008 13:32:16 +0100 Subject: Using wildcards to support more than one preseeding file. --- helpers/lh_binary_debian-installer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index d2bf816..06e9ecd 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 -- cgit v1.0