Use UTC as default TIMEZONE
[grml-live.git] / etc / grml / fai / config / class / GRMLBASE.var
index 5bb0c7a..5ac489c 100644 (file)
@@ -6,16 +6,17 @@ FAI_ALLOW_UNSIGNED=1
 CONSOLEFONT=
 KEYMAP=us-latin1
 
-# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
-UTC=yes
-TIMEZONE=Europe/Vienna
+# Set UTC=yes if your system clock is set to UTC (GMT) and UTC=no if not.
+UTC=no
+TIMEZONE=UTC
 
 # root password for the new installed linux system; md5 and crypt are possible
-# pw is "fai"
 ROOTPW='x'
 
-# MODULESLIST contains modules that will be loaded by the new system,
-# not during installation these modules will be written to /etc/modules
-# If you need a module during installation, add it to $kernelmodules
-# in 20-hwdetect.source. But discover should do most of this job
-# MODULESLIST="usbkbd ehci-hcd ohci-hcd uhci-hcd usbhid psmouse"
+# Retrieve sources and store theme
+# FAI_DEBSOURCESDIR=/grml/sources/
+
+# Maximum number of packages installed at a time,
+# needs to be quite high so we can override installation
+# of specific packages through the IGNORE class.
+MAXPACKAGES=3000