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