Enable plymouth by default

This commit is contained in:
Raphaël Hertzog
2019-11-06 23:27:02 +01:00
parent 9611930fa5
commit aa488a0a36
3 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
# Try to force a 16x9 mode first, then 16x10, then default
GRUB_GFXMODE="1920x1080,1280x720,1280x800,auto"
GRUB_THEME="/boot/grub/themes/kali/theme.txt"
# Add splash option to enable plymouth
if ! echo "$GRUB_CMDLINE_LINUX_DEFAULT" | grep -q splash; then
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT splash"
fi