Add ppc8-02

This commit is contained in:
Kevin Fenzi 2015-02-12 17:22:30 +00:00
parent 2aa4b372eb
commit 214410fde2
2 changed files with 16 additions and 0 deletions

View file

@ -1753,6 +1753,12 @@ shared-network qa {
filename "pxelinux.0";
}
host ppc8-02 {
hardware ethernet 40:f2:e9:5d:31:f5;
fixed-address 10.5.124.244;
option host-name "ppc8-02";
filename "pxelinux.0";
}
}

View file

@ -65,6 +65,16 @@ LABEL Fed21-x86_64-buildhw
KERNEL images/Fedora/21/x86_64/vmlinuz
APPEND ks initrd=images/Fedora/21/x86_64/initrd.img method=http://10.5.126.23/pub/fedora/linux/releases/21/Server/x86_64/os/ ip=dhcp ks=http://10.5.126.23/repo/rhel/ks/buildhw-fedora-21 text net.ifnames=0 biosdevname=0
LABEL Fed21-ppc64
MENU LABEL Fedora22-ppc64
KERNEL images/Fedora/21/ppc64/vmlinuz
APPEND ks initrd=images/Fedora/21/ppc64/initrd.img method=http://10.5.126.23/pub/fedora-secondary/releases/21/Server/ppc64/os/ ip=dhcp net.ifnames=0 biosdevname=0 vnc
LABEL Fed21-ppc64le
MENU LABEL Fedora22-ppc64le
KERNEL images/Fedora/21/ppc64le/vmlinuz
APPEND ks initrd=images/Fedora/21/ppc64le/initrd.img method=http://10.5.126.23/pub/fedora-secondary/releases/21/Server/ppc64le/os/ ip=dhcp net.ifnames=0 biosdevname=0 vnc
LABEL Fed20-x86_64-buildhw
MENU LABEL Fedora20-x86_64-buildhw
KERNEL images/Fedora/20/x86_64/vmlinuz