mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-14 16:35:29 +01:00
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
|
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
|
||
|
}
|