mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-01-13 20:20:02 +01:00
Add a dnsmasq.conf file to configure PXE boot
* Set the TFTP root directory to `tftpboot` * Configure DHCP options for PXE boot
This commit is contained in:
parent
404454e4ed
commit
3442eec1d4
7
dnsmasq.conf
Normal file
7
dnsmasq.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
port=0
|
||||
log-dhcp
|
||||
enable-tftp
|
||||
tftp-root=/tftpboot
|
||||
dhcp-range=192.168.0.50,192.168.0.150,12h
|
||||
dhcp-match=set:efi64,option:client-arch,7
|
||||
dhcp-boot=tag:efi64,grubx64.efi
|
||||
Loading…
Reference in a new issue