Add some rescue entries.

This commit is contained in:
Kevin Fenzi 2016-02-22 21:36:54 +00:00
parent fcaaea9a0d
commit ebfb33109d
2 changed files with 20 additions and 0 deletions

View file

@ -10,6 +10,16 @@ LABEL local
MENU DEFAULT
LOCALBOOT 0
LABEL EL-7-rescue
MENU LABEL el7rescue
KERNEL images/RHEL/7/x86_64/vmlinuz
APPEND initrd=images/RHEL/7/x86_64/initrd.img method=http://10.5.126.23/repo/rhel/RHEL7-x86_64/ ip=dhcp net.ifnames=0 biosdevname=0 rescue
LABEL f23-rescue
MENU LABEL f23rescue
KERNEL images/Fedora/23/x86_64/vmlinuz
APPEND initrd=images/Fedora/23/x86_64/initrd.img repo=http://10.5.126.23/pub/fedora/linux/releases/23/Server/x86_64/os ip=dhcp net.ifnames=0 biosdevname=0 rescue
LABEL EL-7-nohd
MENU LABEL el7nohd
KERNEL images/RHEL/7/x86_64/vmlinuz

View file

@ -10,6 +10,16 @@ LABEL local
MENU DEFAULT
LOCALBOOT 0
LABEL EL-7-rescue
MENU LABEL el7rescue
KERNEL images/RHEL/7/x86_64/vmlinuz
APPEND initrd=images/RHEL/7/x86_64/initrd.img method=http://10.5.126.23/repo/rhel/RHEL7-x86_64/ ip=dhcp net.ifnames=0 biosdevname=0 rescue
LABEL f23-rescue
MENU LABEL f23rescue
KERNEL images/Fedora/23/x86_64/vmlinuz
APPEND initrd=images/Fedora/23/x86_64/initrd.img repo=http://10.5.126.23/pub/fedora/linux/releases/23/Server/x86_64/os ip=dhcp net.ifnames=0 biosdevname=0 rescue
LABEL EL-7-nohd
MENU LABEL el7nohd
KERNEL images/RHEL/7/x86_64/vmlinuz