lorax: Add rescue entry to grub2-efi.cfg
This commit is contained in:
parent
7cf4f825e5
commit
4d7e45103d
@ -30,3 +30,8 @@ menuentry 'Install @PRODUCT@ @VERSION@' --class qubes --class gnu-linux --class
|
||||
chainloader @EFIDIR@/xen.efi
|
||||
}
|
||||
|
||||
menuentry 'Rescue a @PRODUCT@ system' --class qubes --class gnu-linux --class gnu --class os {
|
||||
search --no-floppy --set=root -l 'ANACONDA'
|
||||
chainloader @EFIDIR@/xen.efi placeholder qubes-rescue
|
||||
}
|
||||
|
||||
|
@ -10,3 +10,8 @@ ramdisk=initrd.img
|
||||
options=loglvl=all
|
||||
kernel=vmlinuz @ROOT@
|
||||
ramdisk=initrd.img
|
||||
|
||||
[qubes-rescue]
|
||||
options=loglvl=all
|
||||
kernel=vmlinuz @ROOT@ rescue
|
||||
ramdisk=initrd.img
|
||||
|
Loading…
Reference in New Issue
Block a user