diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-08-25 23:54:16 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-08-25 23:54:16 +0000 |
commit | a8346d0e9c102dc858e1c78ae951a539392c8cb6 (patch) | |
tree | 908ce3115cb60a863da32214856872e52e586805 | |
parent | ce1d2b67a42028bc9043c0672dd21dbe3e8059f8 (diff) | |
download | ansible-a8346d0e9c102dc858e1c78ae951a539392c8cb6.tar.gz ansible-a8346d0e9c102dc858e1c78ae951a539392c8cb6.tar.xz ansible-a8346d0e9c102dc858e1c78ae951a539392c8cb6.zip |
readd highbank pxe config that we lost somewhere along the way
-rw-r--r-- | roles/tftp_server/files/highbank | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/tftp_server/files/highbank b/roles/tftp_server/files/highbank new file mode 100644 index 000000000..a45747f5b --- /dev/null +++ b/roles/tftp_server/files/highbank @@ -0,0 +1,18 @@ +DEFAULT menu +MENU TITLE Fedora Infrastructure arm highbank PXE Boot +PROMPT 0 +TIMEOUT 200 +TOTALTIMEOUT 6000 +ONTIMEOUT Fedora26 + +LABEL Fedora26 + MENU LABEL Fedora26 + KERNEL images/Fedora/26/armv7/vmlinuz + APPEND ks initrd=images/Fedora/26/armv7/initrd.img method=http://10.5.126.23/pub/fedorax/releases/26/Server/armhfp/os ip=dhcp ks=http://10.5.126.23/repo/rhel/ks/armv7hfp-highbank-26.ks net.ifnames=0 ksdevice=eth0 + +LABEL Fedora25 + MENU LABEL Fedora25 + KERNEL images/Fedora/25/armv7/vmlinuz + APPEND ks initrd=images/Fedora/25/armv7/initrd.img method=http://10.5.126.23/pub/fedorax/releases/25/Server/armhfp/os ip=dhcp ks=http://10.5.126.23/repo/rhel/ks/armv7hfp-highbank-25.ks net.ifnames=0 ksdevice=eth0 + +MENU end |