|
# Configuration for dnsmasq to support PXE boot
|
|
|
|
# Set the TFTP root directory
|
|
enable-tftp
|
|
tftp-root=/tftpboot
|
|
|
|
# Configure DHCP options for PXE boot
|
|
dhcp-range=192.168.1.100,192.168.1.200,12h
|
|
dhcp-boot=pxelinux.0
|
|
pxe-service=x86PC, "Install macOS", pxelinux
|