Allowing to use more than one preseeding file to be on the media.
This commit is contained in:
parent
029e62306b
commit
35029d8c67
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue