 1f7fae92cf
			
		
	
	
		1f7fae92cf
		
	
	
	
	
		
			
			It's too big and the text renders too small. See https://gitlab.com/kalilinux/internal/theme-dev/issues/3
		
			
				
	
	
		
			8 lines
		
	
	
		
			316 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			316 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # Try to force a 16x9 mode first, then 16x10, then default
 | |
| GRUB_GFXMODE="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
 |