Using wildcards to support more than one preseeding file.
This commit is contained in:
parent
d104e3f6e7
commit
179b86ab64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue