mirror of https://gitee.com/openkylin/libvirt.git
7 lines
364 B
Plaintext
7 lines
364 B
Plaintext
@DNSMASQ@ --strict-order --bind-interfaces --domain example.com \
|
|
--conf-file= --except-interface lo --listen-address 192.168.122.1 \
|
|
--dhcp-range 192.168.122.2,192.168.122.254 \
|
|
--dhcp-leasefile=/var/lib/libvirt/dnsmasq/netboot.leases \
|
|
--dhcp-lease-max=253 --dhcp-no-override --expand-hosts --enable-tftp \
|
|
--tftp-root /var/lib/tftproot --dhcp-boot pxeboot.img\
|