diff --git a/arcroft/build-arcroft.sh b/arcroft/build-arcroft.sh index 294646e..bba7108 100755 --- a/arcroft/build-arcroft.sh +++ b/arcroft/build-arcroft.sh @@ -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