mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-04 15:27:52 +07:00
10 lines
230 B
INI
10 lines
230 B
INI
set timeout=1
|
|
|
|
menuentry 'Rocky-8.4-x86_64-minimal (PXE)' {
|
|
linux vmlinuz \
|
|
ip=dhcp \
|
|
inst.repo=http://192.168.1.12/os \
|
|
ks=http://192.168.1.12/init-config/${net_default_mac}.ks
|
|
initrd initrd.img
|
|
}
|