Add findiso to grub config
In order for grub to be able to read the kernel regardless of whether the image is written to a CD or a USB stick, it's necessary to autoprobe for the filesystem using the findiso command. Add it to the grub config.
This commit is contained in:
		
							parent
							
								
									141312ba0e
								
							
						
					
					
						commit
						2553a6d5f1
					
				| @ -4,5 +4,6 @@ splashimage=@SPLASHPATH@ | ||||
| timeout 5 | ||||
| hiddenmenu | ||||
| title @PRODUCT@ @VERSION@ | ||||
| 	findiso | ||||
| 	kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0 | ||||
| 	initrd @INITRDPATH@ | ||||
|  | ||||
| @ -4,5 +4,6 @@ splashimage=@SPLASHPATH@ | ||||
| timeout 5 | ||||
| hiddenmenu | ||||
| title @PRODUCT@ @VERSION@ | ||||
| 	findiso | ||||
| 	kernel @KERNELPATH@ @ROOT@ rd.luks=0 rd.md=0 rd.dm=0 | ||||
| 	initrd @INITRDPATH@ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user