Honor local preseeding file for debian-installer.

This commit is contained in:
Daniel Baumann 2008-02-29 13:27:56 +01:00
parent 5ce8ab768b
commit d104e3f6e7
1 changed files with 6 additions and 0 deletions

View File

@ -424,5 +424,11 @@ then
ln -s . binary/debian
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
Create_stagefile .stage/binary_debian-installer