also install the config
This commit is contained in:
parent
a8346d0e9c
commit
c91f86463b
4 changed files with 60 additions and 0 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -23,6 +23,12 @@
|
|||
- config
|
||||
- tftp_server
|
||||
|
||||
- name: setup highbank default file
|
||||
copy: src=default.{{ inventory_hostname }} dest=/var/lib/tftpboot/pxelinux.cfg/highbank mode=644
|
||||
tags:
|
||||
- config
|
||||
- tftp_server
|
||||
|
||||
- name: enable tftp socket service
|
||||
service: state=started enabled=true name=tftp.socket
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue