Using wildcards to support more than one preseeding file.

This commit is contained in:
Daniel Baumann 2008-02-29 13:32:16 +01:00
parent d104e3f6e7
commit 179b86ab64
1 changed files with 3 additions and 3 deletions

View File

@ -424,10 +424,10 @@ then
ln -s . binary/debian ln -s . binary/debian
fi fi
# Including preseeding file # Including preseeding files
if [ -e config/binary_debian-installer/preseed.cfg ] if [ -e config/binary_debian-installer/preseed*.cfg ]
then then
cp config/binary_debian-installer/preseed.cfg binary/install cp config/binary_debian-installer/preseed*.cfg binary/install
fi fi
# Creating stage file # Creating stage file