homelab/metal/roles/pxe-server/templates/grub.cfg.j2

10 lines
264 B
Plaintext
Raw Normal View History

2022-05-12 23:15:51 +02:00
set timeout=1
menuentry 'Auto install Debian Bullseye (PXE)' {
set background_color=black
linux linux \
vga=788 \
url=http://{{ ansible_default_ipv4.address }}/preseed/${net_default_mac}.conf \
--- auto quiet
initrd initrd.gz
}