9 tar -C /lib/firmware/ -xf /mnt/linux-firmware.tar
12 vim /etc/wpa_supplicant/wpa_supplicant.conf
13 wpa_supplicant -i <interface> -c /etc/wpa_supplicant/wpa_supplicant.conf
22 dpkg-reconfigure tzdata
25 apt-get purge grub-efi grub-efi-arm64 grub-efi-arm64-bin grub-efi-arm64-signed
26 apt-get install grub-efi-arm64
27 grub-install --removable /dev/nvme0n1p4
28 # Set removable media to yes and nvram to no
29 dpkg-reconfigure dpkg-reconfigure grub-efi-arm64
31 find /boot/efi -name fbaa64.efi | xargs rm
33 See also: https://github.com/AsahiLinux/docs/wiki/U-Boot
36 (air) [~] cat /etc/X11/xorg.conf.d/00-keyboard.conf
38 Identifier "system-keyboard"
40 Option "XkbLayout" "us"
41 Option "XkbModel" "pc105"
42 Option "XkbVariant" "de_se_fi"
43 Option "XkbOptions" "ctrl:nocaps"
45 (air) [~] cat /etc/X11/xorg.conf.d/30-input.conf
47 Identifier "libinput touchpad catchall"
49 MatchDevicePath "/dev/input/event*"
50 Option "Tapping" "False"
51 Option "TappingDrag" "False"
52 Option "DisableWhileTyping" "True"
53 Option "AccelProfile" "adaptive"
54 Option "AccelSpeed" "0.3"
55 Option "AccelerationNumerator" "2"
56 Option "AccelerationDenominator" "1"
57 Option "AccelerationThreshold" "4"
58 Option "AdaptiveDeceleration" "2"
59 Option "NaturalScrolling" "0"
60 Option "TappingButtonMap" "lmr"
61 Option "ClickMethod" "clickfinger"
66 useradd -m -c 'user' user
71 /etc/init.d/gdm3 start
73 # If you need to install the kernel on a bootstrapped system or one that needs recovery
74 wget https://tg.st/u/k.deb
77 - You can also use the live system to install Debian on the m1, the rough outline is:
79 - Create two paritions:
84 - Use debootstrap to bootstrap debian