noc-cc01: add tftp_server file

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-08-01 14:36:10 -07:00
parent de571ae3da
commit 861d458131

View file

@ -0,0 +1,28 @@
DEFAULT menu
MENU TITLE Fedora Infra RDU_CC PXE Boot
PROMPT 0
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local
LABEL local
MENU LABEL (local)
MENU DEFAULT
LOCALBOOT 0
LABEL cloud-fx
MENU LABEL cloud-fx
KERNEL images/RHEL/7/x86_64/vmlinuz
APPEND initrd=images/RHEL/7/x86_64/initrd.img method=http://38.145.60.16/repo/rhel/RHEL7-x86_64/ ip=dhcp ks=http://38.145.60.16/repo/rhel/ks/hardware-rhel-7-cloud-fx net.ifnames=0 biosdevname=0
LABEL EL-8-nohd-ppc64le
MENU LABEL el8nohdppc64le
KERNEL images/RHEL/8/ppc64le/vmlinuz
APPEND initrd=images/RHEL/8/ppx64le/initrd.img method=http://38.145.60.16/repo/rhel/RHEL8-ppc64le/ ip=dhcp ks=http://38.145.60.16/repo/rhel/ks/hardware-rhel-8-nohd-ppc64le net.ifnames=0 biosdevname=0
LABEL EL-8-10hd-x86_64
MENU LABEL el810hdx86
KERNEL images/RHEL/8/x86_64/vmlinuz
APPEND initrd=images/RHEL/8/x86_64/initrd.img method=http://38.145.60.16/repo/rhel/RHEL8-x86_64/ ip=dhcp ks=http://38.145.60.16/repo/rhel/ks/hardware-rhel-8-x86_64-10disk-ext net.ifnames=0 biosdevname=0
MENU end