Correcting wrong location when looking for local preseed files in config tree, thanks to Eugenio Paolantonio <me@medesimo.eu> (Closes: #645116).

This commit is contained in:
Daniel Baumann 2011-10-12 19:59:51 +02:00
parent 92c56ca826
commit b0454ad434
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ then
# Install dependency
Install_package
for PRESEED in config/chroot_preseed/*.preseed config/chroot_preseed/*.preseed.chroot
for PRESEED in config/preseed/*.preseed config/preseed/*.preseed.chroot
do
# Copying local preseed
cp "${PRESEED}" chroot/root/preseed