Add ppc8-02
This commit is contained in:
parent
2aa4b372eb
commit
214410fde2
2 changed files with 16 additions and 0 deletions
|
@ -1753,6 +1753,12 @@ shared-network qa {
|
||||||
filename "pxelinux.0";
|
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";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -65,6 +65,16 @@ LABEL Fed21-x86_64-buildhw
|
||||||
KERNEL images/Fedora/21/x86_64/vmlinuz
|
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
|
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
|
LABEL Fed20-x86_64-buildhw
|
||||||
MENU LABEL Fedora20-x86_64-buildhw
|
MENU LABEL Fedora20-x86_64-buildhw
|
||||||
KERNEL images/Fedora/20/x86_64/vmlinuz
|
KERNEL images/Fedora/20/x86_64/vmlinuz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue