diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-20 12:34:19 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-20 12:34:19 +0100 |
commit | d1f05f4e175d891ba31acdd01ad10ed24ff1921c (patch) | |
tree | a23b3abf98fa1c0858d64bb97e2de1065b0bbcbd /sys-boot/grub-config-redcore/files | |
parent | 36d3a32b3e8ba6d282c13151904dab7447f967e7 (diff) |
read plymouth
Diffstat (limited to 'sys-boot/grub-config-redcore/files')
-rw-r--r-- | sys-boot/grub-config-redcore/files/grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub-config-redcore/files/grub b/sys-boot/grub-config-redcore/files/grub index f0672aa3..bfa1bf27 100644 --- a/sys-boot/grub-config-redcore/files/grub +++ b/sys-boot/grub-config-redcore/files/grub @@ -19,7 +19,7 @@ GRUB_TIMEOUT="5" #GRUB_TIMEOUT_STYLE=menu # Append parameters to the linux kernel command line for non-recovery entries -GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=1 console=tty1 splash=silent,theme:default modprobe.blacklist=vboxvideo" +GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=1 splash modprobe.blacklist=vboxvideo" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console |