X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/1c4cc0fcb757878f973e17b4f36f3264a0c34d8e..7c94d3fa6a2c77896d481f3fe960d9fa3531ac34:/files/quickstart.txt diff --git a/files/quickstart.txt b/files/quickstart.txt index 00e6cc1..23753ef 100644 --- a/files/quickstart.txt +++ b/files/quickstart.txt @@ -1,3 +1,7 @@ +# grow root filesystem +lsblk +resize2fs /dev/nvme0n1pX + # Ethernet ip l s dhclient @@ -10,7 +14,7 @@ tar -C /lib/firmware/ -xf /mnt/linux-firmware.tar umount /mnt modprobe brcmfmac vim /etc/wpa_supplicant/wpa_supplicant.conf -wpa_supplicant -i -c /etc/wpa_supplicant/wpa_supplicant.conf +wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf dhclient wlan0 # Time @@ -66,8 +70,11 @@ EndSection EOF # Create a user -useradd -m -c 'user' user -passwd user +useradd -m -c 'firstname lastname' -s /bin/bash username +passwd username + +# Lightweight desktop +apt-get install lightdm blackbox xterm firefox-esr # Install gnome apt-get install gnome @@ -86,6 +93,8 @@ dpkg -i k.deb - Use debootstrap to bootstrap debian + - Install the kernel + - Install grub - reboot