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 apt-get purge grub-efi grub-efi-arm64 grub-efi-arm64-bin grub-efi-arm64-signed
23 apt-get install grub-efi-arm64
24 grub-install --removable /dev/nvme0n1p4
25 # Set removable media to yes and nvram to no
26 dpkg-reconfigure dpkg-reconfigure grub-efi-arm64
28 find /boot/efi -name fbaa64.efi | xargs rm
30 See also: https://github.com/AsahiLinux/docs/wiki/U-Boot
33 (air) [~] cat /etc/X11/xorg.conf.d/00-keyboard.conf
35 Identifier "system-keyboard"
37 Option "XkbLayout" "us"
38 Option "XkbModel" "pc105"
39 Option "XkbVariant" "de_se_fi"
40 Option "XkbOptions" "ctrl:nocaps"
42 (air) [~] cat /etc/X11/xorg.conf.d/30-input.conf
44 Identifier "libinput touchpad catchall"
46 MatchDevicePath "/dev/input/event*"
47 Option "Tapping" "False"
48 Option "TappingDrag" "False"
49 Option "DisableWhileTyping" "True"
50 Option "AccelProfile" "adaptive"
51 Option "AccelSpeed" "0.3"
52 Option "AccelerationNumerator" "2"
53 Option "AccelerationDenominator" "1"
54 Option "AccelerationThreshold" "4"
55 Option "AdaptiveDeceleration" "2"
56 Option "NaturalScrolling" "0"
57 Option "TappingButtonMap" "lmr"
58 Option "ClickMethod" "clickfinger"
63 useradd -m -c 'user' user
68 /etc/init.d/gdm3 start
70 # If you need to install the kernel on a bootstrapped system or one that needs recovery
71 wget https://tg.st/u/k.deb
74 - You can also use the live system to install Debian on the m1, the rough outline is:
76 - Create two paritions:
81 - Use debootstrap to bootstrap debian