Use external ips in cloud, clean up unused file.

This commit is contained in:
Kevin Fenzi 2017-08-26 00:56:01 +00:00
parent 3d66278787
commit 67b4e93e00
2 changed files with 2 additions and 20 deletions

View file

@ -1,18 +0,0 @@
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

View file

@ -9,12 +9,12 @@ LABEL Fedora26
MENU LABEL Fedora26
KERNEL images/Fedora/26/armv7/vmlinuz
INITRD images/Fedora/26/armv7/initrd.img
APPEND console=ttyAMA0 ip=eth0:dhcp ks=http://10.5.126.23/repo/rhel/ks/armv7hfp-highbank-26.ks rd.shell quiet
APPEND console=ttyAMA0 ip=eth0:dhcp ks=http://209.132.181.6/repo/rhel/ks/armv7hfp-highbank-26-cloud.ks rd.shell quiet
LABEL Fedora25
MENU LABEL Fedora25
KERNEL images/Fedora/25/armv7/vmlinuz
INITRD images/Fedora/26/armv7/initrd.img
APPEND console=ttyAMA0 ip=eth0:dhcp ks=http://10.5.126.23/repo/rhel/ks/armv7hfp-highbank-25.ks rd.shell quiet
APPEND console=ttyAMA0 ip=eth0:dhcp ks=http://209.132.181.6/repo/rhel/ks/armv7hfp-highbank-25-cloud.ks rd.shell quiet
MENU end