diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-09-05 15:53:16 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-09-05 15:53:16 +0000 |
commit | 6a621316566920b5f36e994e6006d95aa6cb6ccf (patch) | |
tree | 1f38aa8a2e197c0bda2e6dd3eedd75ac600b96d8 | |
parent | 35b6f496ef4272940d8773d3a0632e2be53f9e1c (diff) | |
download | ansible-6a621316566920b5f36e994e6006d95aa6cb6ccf.tar.gz ansible-6a621316566920b5f36e994e6006d95aa6cb6ccf.tar.xz ansible-6a621316566920b5f36e994e6006d95aa6cb6ccf.zip |
add f26 to dhcp server
-rw-r--r-- | roles/tftp_server/files/default.dhcp01.phx2.fedoraproject.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/tftp_server/files/default.dhcp01.phx2.fedoraproject.org b/roles/tftp_server/files/default.dhcp01.phx2.fedoraproject.org index b8551de43..eb749fd77 100644 --- a/roles/tftp_server/files/default.dhcp01.phx2.fedoraproject.org +++ b/roles/tftp_server/files/default.dhcp01.phx2.fedoraproject.org @@ -30,6 +30,11 @@ LABEL CentOS-7-x86_64 KERNEL images/CentOS/7/x86_64/vmlinuz APPEND initrd=images/CentOS/7/x86_64/initrd.img method=http://10.5.126.23/repo/centos/7/os/x86_64/ ip=dhcp ks=http://10.5.126.23/repo/rhel/ks/hardware-centos-7-nohd net.ifnames=0 biosdevname=0 +LABEL Fed26-x86_64-buildhw + MENU LABEL Fedora26-x86_64-buildhw + KERNEL images/Fedora/26/x86_64/vmlinuz + APPEND initrd=images/Fedora/26/x86_64/initrd.img repo=http://10.5.126.23/pub/fedora/linux/releases/26/Server/x86_64/os/ ip=eth0:dhcp ks=http://10.5.126.23/repo/rhel/ks/buildhw-f26 text net.ifnames=0 biosdevname=0 ksdevice=eth0 + LABEL Fed25-x86_64-buildhw MENU LABEL Fedora25-x86_64-buildhw KERNEL images/Fedora/25/x86_64/vmlinuz |