melawy-refind-menu-generator/etc/refind-menu-generator/menu-template-fallback-only...

17 lines
450 B
Plaintext

menuentry "{OSNAME} ({KERNEL})" {
icon /EFI/refind/themes/{THEME}/icons/os_{ICON}.png
ostype Linux
graphics on
loader /EFI/Linux/{KERNEL_VMLINUZ}
initrd /EFI/Linux/{INITRAMFS}-fallback.img
options "{CMDLINE}"
submenuentry "{OSNAME} ({KERNEL}) terminal" {
loader /EFI/Linux/{KERNEL_VMLINUZ}
initrd /EFI/Linux/{INITRAMFS}-fallback-terminal.img
options "{CMDLINE_TERMINAL}"
}
}