mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Search for the kernel FS on all disk. From coolsnowwolf repo
This commit is contained in:
parent
22b325a07d
commit
209010ddd9
1 changed files with 13 additions and 0 deletions
13
root/target/linux/x86/image/grub-efi.cfg
Normal file
13
root/target/linux/x86/image/grub-efi.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
@SERIAL_CONFIG@
|
||||
@TERMINAL_CONFIG@
|
||||
|
||||
set default="0"
|
||||
set timeout="@TIMEOUT@"
|
||||
search -l kernel -s root
|
||||
|
||||
menuentry "@TITLE@" {
|
||||
linux /boot/vmlinuz @GPT_ROOTPART@ @CMDLINE@ noinitrd
|
||||
}
|
||||
menuentry "@TITLE@ (failsafe)" {
|
||||
linux /boot/vmlinuz failsafe=true @GPT_ROOTPART@ @CMDLINE@ noinitrd
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue