diff options
Diffstat (limited to 'installer/default_files')
| -rw-r--r-- | installer/default_files/dhcpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/default_files/dhcpd.conf b/installer/default_files/dhcpd.conf index 1551b5d6..38e612f7 100644 --- a/installer/default_files/dhcpd.conf +++ b/installer/default_files/dhcpd.conf @@ -50,7 +50,7 @@ next-server @@@server@@@; # type of displaymanager to use (it should be installed # correctly on the server: XDMCP must be enabled then!) -#deny unknown-clients; +#deny unknown-clients; allow bootp; #allow booting; default-lease-time 160000; @@ -89,7 +89,7 @@ group { allow booting; } # else { ignore booting; } -# option root-path "@@@rootpath@@@"; +# option root-path "@@@rootdir@@@"; option domain-name-servers 132.230.200.200,132.230.200.201; option domain-name "dxs.site"; option ntp-servers 132.230.1.9; |
