ansible/roles/tftp_server/files/default.cloud-noc01.cloud.fedoraproject.org

34 lines
1.3 KiB
Org Mode
Raw Normal View History

2014-07-10 22:14:09 +00:00
DEFAULT menu
MENU TITLE Fedora Infra Cloud PXE Boot
2014-07-10 22:14:09 +00:00
PROMPT 0
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local
LABEL local
MENU LABEL (local)
MENU DEFAULT
LOCALBOOT 0
LABEL cloud-fx
MENU LABEL cloud-fx
KERNEL images/RHEL/7/x86_64/vmlinuz
APPEND initrd=images/RHEL/7/x86_64/initrd.img method=http://209.132.181.6/repo/rhel/RHEL7-x86_64/ ip=dhcp ks=http://209.132.181.6/repo/rhel/ks/hardware-rhel-7-cloud-fx net.ifnames=0 biosdevname=0
2015-02-18 02:01:17 +00:00
LABEL EL-7-08disk
MENU LABEL el7-08disk
2014-07-10 22:14:09 +00:00
KERNEL images/RHEL/7/x86_64/vmlinuz
2015-02-18 02:01:17 +00:00
APPEND initrd=images/RHEL/7/x86_64/initrd.img method=http://209.132.181.6/repo/rhel/RHEL7-x86_64/ ip=dhcp ks=http://209.132.181.6/repo/rhel/ks/hardware-rhel-7-08disk-ext net.ifnames=0 biosdevname=0
2014-07-10 22:14:09 +00:00
2014-10-29 17:29:44 +00:00
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://209.132.181.6/repo/rhel/RHEL7-x86_64/ ip=dhcp net.ifnames=0 biosdevname=0 rescue
2014-07-10 22:14:09 +00:00
2015-02-18 02:01:17 +00:00
LABEL EL-7-nohd
MENU LABEL el7nohd
KERNEL images/RHEL/7/x86_64/vmlinuz
APPEND initrd=images/RHEL/7/x86_64/initrd.img method=http://209.132.181.6/repo/rhel/RHEL7-x86_64/ ip=dhcp ks=http://209.132.181.6/repo/rhel/ks/hardware-rhel-7-nohd net.ifnames=0 biosdevname=0
2014-07-10 22:14:09 +00:00
MENU end