SW: add f2fs-tools to GRML_SMALL + GRML_FULL
[grml-live.git] / etc / grml / fai / config / class / GRMLBASE.var
index 60b7b38..caf5098 100644 (file)
@@ -8,7 +8,7 @@ KEYMAP=us-latin1
 
 # Set UTC=yes if your system clock is set to UTC (GMT) and UTC=no if not.
 UTC=no
-TIMEZONE=Europe/Vienna
+TIMEZONE=UTC
 
 # root password for the new installed linux system; md5 and crypt are possible
 ROOTPW='x'
@@ -20,3 +20,6 @@ ROOTPW='x'
 # needs to be quite high so we can override installation
 # of specific packages through the IGNORE class.
 MAXPACKAGES=3000
+
+# Do not check package names whether they are valid, but report failure instead.
+# FAI_DISABLE_PACKAGE_NAME_CHECK=1