readd highbank pxe config that we lost somewhere along the way

This commit is contained in:
Kevin Fenzi 2017-08-25 23:54:16 +00:00
parent ce1d2b67a4
commit a8346d0e9c

View file

@ -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