diff options
Diffstat (limited to 'sys-boot/grub-config-redcore/files/grub')
-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 bfa1bf27..b88083b2 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 splash modprobe.blacklist=vboxvideo" +GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=1 splash" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console |