[D-community-commits] r66 - in trunk/fai-config-dir: class doc scripts/DEFAULT

Holger Levsen h01ger-guest at alioth.debian.org
Sat Mar 24 16:05:49 CET 2007


Author: h01ger-guest
Date: 2007-03-24 15:05:48 +0000 (Sat, 24 Mar 2007)
New Revision: 66

Added:
   trunk/fai-config-dir/class/DEFAULT.var
   trunk/fai-config-dir/scripts/DEFAULT/05-timezone
Modified:
   trunk/fai-config-dir/doc/todo
Log:
set timezone

Added: trunk/fai-config-dir/class/DEFAULT.var
===================================================================
--- trunk/fai-config-dir/class/DEFAULT.var	2007-03-24 14:52:23 UTC (rev 65)
+++ trunk/fai-config-dir/class/DEFAULT.var	2007-03-24 15:05:48 UTC (rev 66)
@@ -0,0 +1,2 @@
+# default timezone
+TIMEZONE=Etc/UTC

Modified: trunk/fai-config-dir/doc/todo
===================================================================
--- trunk/fai-config-dir/doc/todo	2007-03-24 14:52:23 UTC (rev 65)
+++ trunk/fai-config-dir/doc/todo	2007-03-24 15:05:48 UTC (rev 66)
@@ -3,7 +3,6 @@
 configure shorewall
 setup planets
 setup mail
-setup timezone with fai
 give ADMINGROUP root shell access with the history send to root@ as mail after logout
 document fai-setup a bit better
 

Added: trunk/fai-config-dir/scripts/DEFAULT/05-timezone
===================================================================
--- trunk/fai-config-dir/scripts/DEFAULT/05-timezone	2007-03-24 14:52:23 UTC (rev 65)
+++ trunk/fai-config-dir/scripts/DEFAULT/05-timezone	2007-03-24 15:05:48 UTC (rev 66)
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+#
+#        (c) 2007 Holger Levsen         holger at layer-acht.org
+#        GPL2 licenced
+#
+
+echo $TIMEZONE    > $target/etc/timezone
+ln -fs /usr/share/zoneinfo/${TIMEZONE} $target/etc/localtime
+


Property changes on: trunk/fai-config-dir/scripts/DEFAULT/05-timezone
___________________________________________________________________
Name: svn:executable
   + *




More information about the D-community-commits mailing list