-[ ] Put net.ifnames=0 as default
[ ] Check if /boot/esp is mounted otherwise bail on error, for bootstrap check for the file '/debootstrap'
[ ] Re-enable crosscompilation for m1n1_uboot_kernel.sh
[ ] Script the bootstrapping of rust necessary for the kernel
sudo cp ../../files/30-modeset.conf etc/X11/xorg.conf.d/30-modeset.conf
sudo cp ../../files/blacklist.conf etc/modprobe.d/
+ sudo perl -p -i -e 's/"quiet"/"net.ifnames=0"/ if /^GRUB_CMDLINE_LINUX_DEFAULT=/' etc/default/grub
+
sudo bash -c 'chroot . apt update'
sudo bash -c 'chroot . apt install -y firmware-linux'