]> git.zerfleddert.de Git - m1-debian/commitdiff
more todo
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 13:21:59 +0000 (14:21 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 25 Jan 2022 13:21:59 +0000 (14:21 +0100)
files/hosts [new file with mode: 0644]
files/quickstart.sh [new file with mode: 0644]
files/sources.list [new file with mode: 0644]

diff --git a/files/hosts b/files/hosts
new file mode 100644 (file)
index 0000000..0328b5c
--- /dev/null
@@ -0,0 +1 @@
+127.0.0.1 localhost live
diff --git a/files/quickstart.sh b/files/quickstart.sh
new file mode 100644 (file)
index 0000000..f7f42ae
--- /dev/null
@@ -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 (file)
index 0000000..a36e253
--- /dev/null
@@ -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
Impressum, Datenschutz