From: Thomas Glanzmann Date: Tue, 25 Jan 2022 13:21:59 +0000 (+0100) Subject: more todo X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/708a0d2b0f19a3a6d1181c64cac6fb13e15c7bc7 more todo --- 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