X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/blobdiff_plain/e82b43b26cdf08c2e221c0f6a6196174211f0311..8895ecacda91c69b91929eb047c2db3ee470e90e:/bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh index f3511a8..fc8c366 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -41,6 +41,8 @@ build_rootfs() 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'