From 7c39bacefe6d6a88b638d3ba591bc409c2f1f7d6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 18 Feb 2015 02:01:17 +0000 Subject: [PATCH] oh this makes installs a bit easier --- .../files/default.cloud-noc01.cloud.fedoraproject.org | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 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 b75b816552..2bfa4f827e 100644 --- a/roles/tftp_server/files/default.cloud-noc01.cloud.fedoraproject.org +++ b/roles/tftp_server/files/default.cloud-noc01.cloud.fedoraproject.org @@ -10,16 +10,21 @@ LABEL local MENU DEFAULT LOCALBOOT 0 -LABEL EL-7-nohd - MENU LABEL el7nohd +LABEL EL-7-08disk + MENU LABEL el7-08disk 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 + 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 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 +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 + LABEL EL-6virthost MENU LABEL el6virthost KERNEL images/RHEL/6/x86_64/vmlinuz