mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-26 15:40:25 +07:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
|
set timeout=5
|
||
|
menuentry 'CentOS' {
|
||
|
linuxefi vmlinuz ip=dhcp inst.repo=http://{{ pxe_server }}/CentOS ks=http://{{ pxe_server }}/kickstart/centos8.ks
|
||
|
initrdefi initrd.img
|
||
|
}
|