From 708a0d2b0f19a3a6d1181c64cac6fb13e15c7bc7 Mon Sep 17 00:00:00 2001
From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Tue, 25 Jan 2022 14:21:59 +0100
Subject: [PATCH] more todo

---
 files/hosts         |  1 +
 files/quickstart.sh | 18 ++++++++++++++++++
 files/sources.list  |  2 ++
 3 files changed, 21 insertions(+)
 create mode 100644 files/hosts
 create mode 100644 files/quickstart.sh
 create mode 100644 files/sources.list

diff --git a/files/hosts b/files/hosts
new file mode 100644
index 0000000..0328b5c
--- /dev/null
+++ b/files/hosts
@@ -0,0 +1 @@
+127.0.0.1 localhost live
diff --git a/files/quickstart.sh b/files/quickstart.sh
new file mode 100644
index 0000000..f7f42ae
--- /dev/null
+++ b/files/quickstart.sh
@@ -0,0 +1,18 @@
+# Wifi
+rmmod brcmfmac
+rmmod brcmutil
+mount /dev/sda1 /mnt
+tar -C /lib/firmware/ -xf /mnt/linux-firmware.tar
+umount /mnt
+modprobe brcmfmac
+/etc/init.d/iwd start
+ip link set up dev wlan0
+dhclient wlan0
+
+iwctl
+station wlan0 connect
+
+# Time
+ntpdate pool.ntp.org
+date --set 2022-01-25
+date --set 14:21
diff --git a/files/sources.list b/files/sources.list
new file mode 100644
index 0000000..a36e253
--- /dev/null
+++ b/files/sources.list
@@ -0,0 +1,2 @@
+deb http://deb.debian.org/debian testing main contrib non-free
+deb-src http://deb.debian.org/debian testing main contrib non-free
-- 
2.39.5