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