Move source to packer, add board spec.

This commit is contained in:
2023-04-12 05:15:34 +00:00
parent fa9f06cb9a
commit 262f82aa64
12 changed files with 72 additions and 17 deletions

View File

@@ -3,6 +3,7 @@
set -euxo pipefail
echo "==> Setting nameserver"
rm /etc/resolv.conf
echo 'nameserver 8.8.8.8' > /etc/resolv.conf
echo "==> installing base updates"