Honor local preseeding file for debian-installer.
This commit is contained in:
parent
5ce8ab768b
commit
d104e3f6e7
|
@ -424,5 +424,11 @@ then
|
||||||
ln -s . binary/debian
|
ln -s . binary/debian
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Including preseeding file
|
||||||
|
if [ -e config/binary_debian-installer/preseed.cfg ]
|
||||||
|
then
|
||||||
|
cp config/binary_debian-installer/preseed.cfg binary/install
|
||||||
|
fi
|
||||||
|
|
||||||
# Creating stage file
|
# Creating stage file
|
||||||
Create_stagefile .stage/binary_debian-installer
|
Create_stagefile .stage/binary_debian-installer
|
||||||
|
|
Loading…
Reference in New Issue