Xorg zum laufen gebracht. WLAN vor konfiguriert.

This commit is contained in:
Steffen Probst
2021-08-10 14:41:31 +02:00
parent 732e37e563
commit b22b438f2f
5 changed files with 30 additions and 4 deletions

View File

@ -4,9 +4,9 @@ i# If you change this file, run 'update-grub' afterwards to update
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_TIMEOUT=1
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 quiet"
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 quiet splash acpi_osi="
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs