Copy wifi into place if specified.
This commit is contained in:
parent
4e8d634d04
commit
bc24c3a243
@ -190,6 +190,9 @@ EOF
|
|||||||
|
|
||||||
# Copy override files into place.
|
# Copy override files into place.
|
||||||
cp -rv ../files/etc/* /mnt/etc
|
cp -rv ../files/etc/* /mnt/etc
|
||||||
|
if [[ -n "${imageWifi}" ]]; then
|
||||||
|
cp -v "${imageWifi}" "/mnt/etc/"
|
||||||
|
fi
|
||||||
|
|
||||||
# Exiting calls the cleanup function to unmount.
|
# Exiting calls the cleanup function to unmount.
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user