Add some rescue entries.
This commit is contained in:
parent
fcaaea9a0d
commit
ebfb33109d
2 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue