Copy wifi into place if specified.

This commit is contained in:
Storm Dragon 2020-12-27 11:28:58 -05:00
parent 4e8d634d04
commit bc24c3a243

View File

@ -190,6 +190,9 @@ EOF
# Copy override files into place.
cp -rv ../files/etc/* /mnt/etc
if [[ -n "${imageWifi}" ]]; then
cp -v "${imageWifi}" "/mnt/etc/"
fi
# Exiting calls the cleanup function to unmount.
exit 0