From 9f237fdf4b1837d72c6a61f95d2a17ccc09b7618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Tue, 25 Sep 2018 19:17:54 +0200 Subject: [PATCH] [grub] make it quiet --- shared/manjaro/live-overlay/etc/default/grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/manjaro/live-overlay/etc/default/grub b/shared/manjaro/live-overlay/etc/default/grub index cd7cc5f..1839beb 100644 --- a/shared/manjaro/live-overlay/etc/default/grub +++ b/shared/manjaro/live-overlay/etc/default/grub @@ -1,7 +1,7 @@ GRUB_DEFAULT=saved GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="Manjaro" -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" +GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 vga=current rd.systemd.show_status=auto rd.udev.log-priority=3 vt.global_cursor_default=0" GRUB_CMDLINE_LINUX="" # If you want to enable the save default function, uncomment the following