Allowing to use more than one preseeding file to be on the media.

This commit is contained in:
Tiago Bortoletto Vaz 2008-08-12 22:00:20 +02:00 committed by Daniel Baumann
parent 029e62306b
commit 35029d8c67
1 changed files with 2 additions and 2 deletions

View File

@ -634,9 +634,9 @@ then
fi fi
# Including preseeding files # Including preseeding files
if Find_files config/binary_debian_installer/preseed*.cfg if Find_files config/binary_debian_installer/*.cfg
then then
cp config/binary_debian-installer/preseed*.cfg binary/install cp config/binary_debian-installer/*.cfg binary/install
fi fi
fi fi