eagle: Fix incorrect mac-address for wifi after flash

BUG: 198502505
Change-Id: If8e0c91a3da820add03db2f8a1f294df59711db7
diff --git a/debian/changelog b/debian/changelog
index c4c07ad..7e1cc9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mendel-minimal (8-5) mendel-eagle; urgency=medium
+
+  * Add reboot script
+
+ -- Coral <coral-support@google.com>  Tue, 21 Sep 2021 12:08:11 -0800
+
 mendel-minimal (8-4) mendel-eagle; urgency=medium
 
   * Allow non-root access to spidev nodes
diff --git a/etc/runonce.d/97-iptables b/etc/runonce.d/96-iptables
similarity index 100%
rename from etc/runonce.d/97-iptables
rename to etc/runonce.d/96-iptables
diff --git a/etc/runonce.d/98-set-datetime b/etc/runonce.d/97-set-datetime
similarity index 100%
rename from etc/runonce.d/98-set-datetime
rename to etc/runonce.d/97-set-datetime
diff --git a/etc/runonce.d/99-mendel-sudo b/etc/runonce.d/98-mendel-sudo
similarity index 100%
rename from etc/runonce.d/99-mendel-sudo
rename to etc/runonce.d/98-mendel-sudo
diff --git a/etc/runonce.d/99-reboot b/etc/runonce.d/99-reboot
new file mode 100755
index 0000000..9d1cc79
--- /dev/null
+++ b/etc/runonce.d/99-reboot
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+# Reboot system after all config is done
+/bin/sync
+/sbin/reboot