[Fai-commit] r3853 - in trunk/examples/simple: class scripts/FAIBASE

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Sep 5 12:20:41 UTC 2006


Author: lange
Date: 2006-09-05 12:20:40 +0000 (Tue, 05 Sep 2006)
New Revision: 3853

Modified:
   trunk/examples/simple/class/FAIBASE.var
   trunk/examples/simple/scripts/FAIBASE/10-misc
Log:
rename $time_zone to $TIMEZONE


Modified: trunk/examples/simple/class/FAIBASE.var
===================================================================
--- trunk/examples/simple/class/FAIBASE.var	2006-09-05 12:14:38 UTC (rev 3852)
+++ trunk/examples/simple/class/FAIBASE.var	2006-09-05 12:20:40 UTC (rev 3853)
@@ -5,7 +5,7 @@
 
 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
 UTC=yes
-time_zone=Europe/Berlin
+TIMEZONE=Europe/Berlin
 
 # root password for the new installed linux system; md5 and crypt are possible
 # pw is "fai"

Modified: trunk/examples/simple/scripts/FAIBASE/10-misc
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/10-misc	2006-09-05 12:14:38 UTC (rev 3852)
+++ trunk/examples/simple/scripts/FAIBASE/10-misc	2006-09-05 12:20:40 UTC (rev 3853)
@@ -18,8 +18,8 @@
 done
 
 fcopy /etc/hostname || echo $HOSTNAME     > $target/etc/hostname
-echo $time_zone    > $target/etc/timezone
-ln -fs /usr/share/zoneinfo/${time_zone} $target/etc/localtime
+echo $TIMEZONE    > $target/etc/timezone
+ln -fs /usr/share/zoneinfo/${TIMEZONE} $target/etc/localtime
 
 fcopy -iM /etc/hosts /etc/motd
 




More information about the Fai-commit mailing list