and we have a centos kickstart and image to try
This commit is contained in:
parent
943ecd7b83
commit
74ea8c2558
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ LABEL EL-7-nohd
|
|||
KERNEL images/RHEL/7/x86_64/vmlinuz
|
||||
APPEND initrd=images/RHEL/7/x86_64/initrd.img method=http://10.5.126.23/repo/rhel/RHEL7-x86_64/ ip=dhcp ks=http://10.5.126.23/repo/rhel/ks/hardware-rhel-7-nohd net.ifnames=0 biosdevname=0
|
||||
|
||||
LABEL CentOS-7-x86_64
|
||||
MENU LABEL centos7-nohd
|
||||
KERNEL images/CentOS/7/x86_64/vmlinuz
|
||||
APPEND initrd=images/CentOS/7/x86_64/initrd.img method=http://10.5.126.23/repo/centos/7/os/x86_64/ ip=dhcp ks=http://10.5.126.23/repo/rhel/ks/hardware-centos-7-nohd net.ifnames=0 biosdevname=0
|
||||
|
||||
LABEL EL-6Rescue
|
||||
MENU LABEL el6rescue
|
||||
KERNEL images/RHEL/6/x86_64/vmlinuz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue