summaryrefslogtreecommitdiffstats
path: root/installer/default_files/dhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'installer/default_files/dhcpd.conf')
-rw-r--r--installer/default_files/dhcpd.conf20
1 files changed, 4 insertions, 16 deletions
diff --git a/installer/default_files/dhcpd.conf b/installer/default_files/dhcpd.conf
index 284d701c..d5790be2 100644
--- a/installer/default_files/dhcpd.conf
+++ b/installer/default_files/dhcpd.conf
@@ -1,15 +1,4 @@
###################################################################
-##### /etc/dhcpd.conf #####
-##### #####
-##### Configuration file for ISC dhcpd #####
-##### #####
-##### LAST MODIFIED ON 2004/10/19 #####
-##### BY mj0 #####
-##### #####
-##### (c) Dirk von Suchodoletz <dirk@goe.net>, 2002 #####
-###################################################################
-
-###################################################################
##### #####
##### !!! user defined vendor options !!! #####
##### #####
@@ -59,6 +48,7 @@ class "Etherboot" {
###################################################################
server-identifier @@@server@@@;
+next-server @@@server@@@;
###################################################################
##### #####
@@ -131,8 +121,6 @@ group {
allow booting; }
elsif substring(option vendor-class-identifier,0,4) = "MSFT" {
allow booting; }
-# elsif substring(option vendor-class-identifier,0,3) = "FLA" {
-# allow booting;
# option start-x "windowmaker";
# option start-xdmcp "no";
# option start-rwhod "no";
@@ -160,10 +148,10 @@ group {
option netbios-workgroup "tux-net";
option tex-enable "yes";
option vmware "yes";
- option desktop-session "kde,gnome,windowsxp"; # VMWARE-IMAGE-ADMINISTER
+ option desktop-session "kde,gnome";
option language "de_DE de-latin1-nodeadkeys";
# option hw-mouse "ps/2 psaux";
- option hw-monitor "30-65kHz 58-76Hz 1280x1024";
+# option hw-monitor "30-65kHz 58-76Hz 1280x1024";
# option hw-graphic "nv 15";
option bootlocal-script "";
option o129 "vga=0x0317 apic";
@@ -171,7 +159,7 @@ group {
###################################################################
##### #####
##### GROUP 1: #####
-##### Lehrstuhl (lsfks), Beratung #####
+##### example group #####
##### #####
###################################################################