mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
Use iPXE instead of the included GRUB
This commit is contained in:
parent
d8d170b58a
commit
8321b55005
@ -14,7 +14,7 @@ subnet {{ ansible_default_ipv4.network }} netmask {{ ansible_default_ipv4.netmas
|
||||
next-server {{ ansible_default_ipv4.address }};
|
||||
|
||||
if option architecture-type = 00:07 {
|
||||
filename "grubx64.efi";
|
||||
filename "ipxe.efi";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user