From: Mario Höllein Date: Sat, 1 Sep 2018 09:03:56 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=9cf74f99481b79f9a45ddd8869de0d0e2c8f1b3c;p=zenbook saving uncommitted changes in /etc prior to apt run --- diff --git a/default/grub b/default/grub index 7ed9c1f..0a17bbf 100644 --- a/default/grub +++ b/default/grub @@ -8,7 +8,8 @@ GRUB_DEFAULT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.runpm=0" +#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.runpm=0" +GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs