No longer offer a rescue boot menu option on liveinst (#1256061).
This commit is contained in:
parent
dd15b0ab08
commit
7c0f9cedc1
@ -14,11 +14,6 @@ for BITS in 32 64; do
|
|||||||
linux /ppc/ppc${2}/vmlinuz @ROOT@ rd.live.image rd.live.check ro quiet
|
linux /ppc/ppc${2}/vmlinuz @ROOT@ rd.live.image rd.live.check ro quiet
|
||||||
initrd /ppc/ppc${2}/initrd.img
|
initrd /ppc/ppc${2}/initrd.img
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "Rescue a @PRODUCT@ system (${BITS}-bit kernel)" $BITS --class fedora --class gnu-linux --class gnu --class os {
|
|
||||||
linux /ppc/ppc${2}/vmlinuz @ROOT@ rd.live.image rescue ro
|
|
||||||
initrd /ppc/ppc${2}/initrd.img
|
|
||||||
}
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -33,8 +33,4 @@ submenu 'Troubleshooting -->' {
|
|||||||
linuxefi @KERNELPATH@ @ROOT@ rd.live.image nomodeset quiet
|
linuxefi @KERNELPATH@ @ROOT@ rd.live.image nomodeset quiet
|
||||||
initrdefi @INITRDPATH@
|
initrdefi @INITRDPATH@
|
||||||
}
|
}
|
||||||
menuentry 'Rescue a @PRODUCT@ system' --class fedora --class gnu-linux --class gnu --class os {
|
|
||||||
linuxefi @KERNELPATH@ @ROOT@ rd.live.image rescue quiet
|
|
||||||
initrdefi @INITRDPATH@
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -85,16 +85,6 @@ label vesa
|
|||||||
kernel vmlinuz
|
kernel vmlinuz
|
||||||
append initrd=initrd.img @ROOT@ rd.live.image nomodeset quiet
|
append initrd=initrd.img @ROOT@ rd.live.image nomodeset quiet
|
||||||
|
|
||||||
label rescue
|
|
||||||
menu indent count 5
|
|
||||||
menu label ^Rescue a @PRODUCT@ system
|
|
||||||
text help
|
|
||||||
If the system will not boot, this lets you access files
|
|
||||||
and edit config files to try to get it booting again.
|
|
||||||
endtext
|
|
||||||
kernel vmlinuz
|
|
||||||
append initrd=initrd.img @ROOT@ rd.live.image rescue quiet
|
|
||||||
|
|
||||||
label memtest
|
label memtest
|
||||||
menu label Run a ^memory test
|
menu label Run a ^memory test
|
||||||
text help
|
text help
|
||||||
|
Loading…
Reference in New Issue
Block a user