X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/764bbca1b425faeb18d975d2a22fa827250e06c7..7cb0393ca7bdcb859c76a3ea037f8a1ed0a986a1:/files/quickstart.txt diff --git a/files/quickstart.txt b/files/quickstart.txt index 3ad3f5a..4b57a89 100644 --- a/files/quickstart.txt +++ b/files/quickstart.txt @@ -27,7 +27,7 @@ passwd username Lightweight desktop =================== -apt-get install lightdm blackbox xterm firefox-esr +apt-get install lightdm blackbox xterm firefox-esr big-cursor /etc/init.d/lightdm start Install gnome @@ -80,7 +80,6 @@ Section "InputClass" EndSection EOF - Install latest kernel and m1n1 stage 2 (m1n1, dtbs, u-boot) =========================================================== curl -sL tg.st/u/ksh | sudo bash @@ -168,6 +167,7 @@ exit cd / umount /mnt/boot/efi +umount /mnt/sys/firmware/efi/efivars umount /mnt/sys umount /mnt/proc umount /mnt/dev/pts @@ -257,3 +257,23 @@ sudo parted /dev/nvme0n1 rm # If you're asked if you want to proceed, say 'y'. If your asked if you want to # ignore, say, ignore. + +Control Charging +================ +# Do not charge +echo inhibit-charge > /sys/class/power_supply/macsmc-battery/charge_behaviour + +# Default +echo auto > /sys/class/power_supply/macsmc-battery/charge_behaviour + +# Force discharge +echo force-discharge > /sys/class/power_supply/macsmc-battery/charge_behaviour + +# Find out which device tree you're using +cat /proc/device-tree/compatible + +# Bluetooth +https://g3la.de/hedgedoc/s/MIaCyVv1A#Bluetooth + +# Set Firefox as default browser +xdg-mime default firefox-esr.desktop x-scheme-handler/https x-scheme-handler/http