mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Use external ips in cloud, clean up unused file.
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user