From 4e4f8f1067fb16b572b9aeae9eaf31e629df94cf Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 3 Apr 2018 20:26:28 +0000 Subject: [PATCH] Update cloud-noc01 PXE config Signed-off-by: Patrick Uiterwijk --- ...efault.cloud-noc01.cloud.fedoraproject.org | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/roles/tftp_server/files/default.cloud-noc01.cloud.fedoraproject.org b/roles/tftp_server/files/default.cloud-noc01.cloud.fedoraproject.org index 2bfa4f827e..2cf97c105e 100644 --- a/roles/tftp_server/files/default.cloud-noc01.cloud.fedoraproject.org +++ b/roles/tftp_server/files/default.cloud-noc01.cloud.fedoraproject.org @@ -1,5 +1,5 @@ DEFAULT menu -MENU TITLE Fedora Infrastructure PXE Boot +MENU TITLE Fedora Infra Cloud PXE Boot PROMPT 0 TIMEOUT 200 TOTALTIMEOUT 6000 @@ -10,6 +10,11 @@ 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-02disk-ext net.ifnames=0 biosdevname=0 + LABEL EL-7-08disk MENU LABEL el7-08disk KERNEL images/RHEL/7/x86_64/vmlinuz @@ -25,19 +30,4 @@ LABEL EL-7-nohd 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 -LABEL EL-6virthost - MENU LABEL el6virthost - KERNEL images/RHEL/6/x86_64/vmlinuz - APPEND ks initrd=images/RHEL/6/x86_64/initrd.img method=http://209.132.181.6/repo/rhel/RHEL6-x86_64/ ksdevice=eth0 ip=dhcp ks=http://209.132.181.6/repo/rhel/ks/hardware-rhel-6-nohd - -LABEL EL6cloud - MENU LABEL EL-6cloud - KERNEL images/RHEL/6/x86_64/vmlinuz - APPEND ks initrd=images/RHEL/6/x86_64/initrd.img method=http://209.132.181.6/repo/rhel/RHEL6-x86_64/ ksdevice=eth0 ip=dhcp ks=http://209.132.181.6/repo/rhel/ks/hardware-rhel-6-cloud - -LABEL Fed21-x86_64 - MENU LABEL Fedora21-x86_64 - KERNEL images/Fedora/21/x86_64/vmlinuz - APPEND ks initrd=images/Fedora/21/x86_64/initrd.img method=http://209.132.181.6/pub/fedora/linux/development/21/x86_64/os ip=dhcp ks=http://209.132.181.6/repo/rhel/ks/hardware-f21.cfg vnc vncpassword=vncinstall nomodeset - MENU end