From ffda0fd64da3c4058d2bee3e005469b2dd8a44aa Mon Sep 17 00:00:00 2001 From: glondu Date: Thu, 14 Jun 2007 11:33:00 +0200 Subject: [PATCH] Ordinateurs du point rencontre. darcs-hash:20070614093300-68412-861f506ed37d8462acfa5daf0f4dca39bbad9580.gz --- gestion/gen_confs/dhcpd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/gen_confs/dhcpd.py b/gestion/gen_confs/dhcpd.py index fc80c057..a7a2b046 100755 --- a/gestion/gen_confs/dhcpd.py +++ b/gestion/gen_confs/dhcpd.py @@ -118,7 +118,7 @@ subnet %(network)s netmask %(netmask)s { hardware ethernet %(mac)s; fixed-address %(ip)s; option host-name "%(nom)s"; - next-server 138.231.136.19; + next-server 138.231.136.98; filename "yaboot"; option root-path "/opt/ltsp/powerpc"; } @@ -158,7 +158,7 @@ subnet %(network)s netmask %(netmask)s { # choix du template en fonction de la machine if machine.nom() in ['momo.crans.org']: host_template = self.host_template_ltsp_i386 - elif machine.nom() in ['bulle3.crans.org','bulle9.crans.org','bulle10.crans.org','bulle12.crans.org']: + elif machine.nom() in ['bulle3.crans.org','bulle2.crans.org','bulle10.crans.org','bulle12.crans.org']: host_template = self.host_template_ltsp_powerpc else: host_template = self.host_template