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:
parent
92c56ca826
commit
b0454ad434
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue