diff --git a/manjaro/gnome/profile.conf b/manjaro/gnome/profile.conf index 619514a..678ce65 100644 --- a/manjaro/gnome/profile.conf +++ b/manjaro/gnome/profile.conf @@ -34,7 +34,7 @@ displaymanager="gdm" # unset defaults to given values # names must match systemd service names -enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'avahi-demon') +enable_systemd=('bluetooth' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'avahi-demon') disable_systemd=('pacman-init') # unset defaults to given values, diff --git a/shared/Packages-Root b/shared/Packages-Root index 8b63468..f14868b 100644 --- a/shared/Packages-Root +++ b/shared/Packages-Root @@ -26,7 +26,7 @@ gcc-libs gettext glibc grep -grub +grub-quiet gzip inetutils intel-ucode 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