readd highbank pxe config that we lost somewhere along the way
This commit is contained in:
parent
ce1d2b67a4
commit
a8346d0e9c
1 changed files with 18 additions and 0 deletions
18
roles/tftp_server/files/highbank
Normal file
18
roles/tftp_server/files/highbank
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue