Created
July 25, 2014 21:01
-
-
Save salekseev/dd1f57d1b6675ce22fad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cobbler generated configuration file for dnsmasq | |
# $date | |
# | |
no-poll | |
enable-dbus | |
# Disables DNS functionality | |
port=0 | |
log-dhcp | |
read-ethers | |
dhcp-range=172.24.220.0,proxy | |
dhcp-boot=pxelinux.0 | |
dhcp-ignore=tag:!known | |
pxe-service=x86PC, "Boot PXELinux (=Cobbler controlled)", pxelinux, $next_server | |
$insert_cobbler_system_definitions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment