X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/5fe4d91274cb4d5dc841fea66804f553a256fa0b..77431dc9424ba4049e8acd401d5743b198e41d5c:/files/quickstart.txt diff --git a/files/quickstart.txt b/files/quickstart.txt index e57b515..c93706a 100644 --- a/files/quickstart.txt +++ b/files/quickstart.txt @@ -1,3 +1,6 @@ +# grow the root partition +sgdisk -n 0:0 + # grow root filesystem lsblk resize2fs /dev/nvme0n1pX @@ -107,3 +110,50 @@ sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.ta - Install grub - reboot + +Repack live +=========== +You might want to save the state of your live system to the usb stick. In order +to do so, run the following commands: + +apt update +apt-get install -y cpio pigz +rm /etc/rc.local +# remove '#' before allow-hotplug +vi /etc/network/interfaces +mount /dev/sda1 /mnt +mv /mnt/initrd.gz /mnt/initrd.old +cd / +find . -xdev | cpio --quiet -H newc -o | pigz -9 > /mnt/initrd.gz +umount /mnt + +iwd +=== +With iwd you can force to use 5ghz. The following needs to be done to get iwd +running. + +sudo apt-get install iwd + +cat < /etc/iwd/main.conf +[Rank] + BandModifier5Ghz=10 +EOF + +# Remove or comment out the following interfaces from /etc/network/interfaces +# allow-hotplug wlp1s0f0 +# iface wlp1s0f0 inet dhcp +# wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf + +# Add the following interfaces to /etc/network/interfaces +allow-hotplug wlan0 +iface wlan0 inet dhcp + +# Reboot +reboot + +# Configure iwd: +sudo iwctl +device list +station wlan0 scan +station wlan0 get-networks +station wlan0 connect SSID