Fix paths inside grub.cfg
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
set theme=($root)/boot/grub/theme.txt
 | 
					set theme=($root)/boot/grub/live-theme/theme.txt
 | 
				
			||||||
set gfxmode=800x600
 | 
					set gfxmode=800x600
 | 
				
			||||||
set gfxpayload=keep
 | 
					set gfxpayload=keep
 | 
				
			||||||
insmod efi_gop
 | 
					insmod efi_gop
 | 
				
			||||||
@@ -8,7 +8,7 @@ insmod video_cirrus
 | 
				
			|||||||
insmod gfxterm
 | 
					insmod gfxterm
 | 
				
			||||||
insmod png
 | 
					insmod png
 | 
				
			||||||
terminal_output gfxterm
 | 
					terminal_output gfxterm
 | 
				
			||||||
background_image /splash.png
 | 
					background_image /boot/grub/splash.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
insmod play
 | 
					insmod play
 | 
				
			||||||
play 960 440 1 0 4 440 1
 | 
					play 960 440 1 0 4 440 1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user