X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fclass%2FGRMLBASE.var;h=caf5098bca51ddb7f9bb697c875021c445f2a817;hp=e7ce51b4d718f7a3d9c37e6838436f7d40dd9445;hb=b6bb1f8777396f98a6ddb0ef05057eb39bdd3512;hpb=80c5fd262cb22446fbb465e6896b90a5854345da diff --git a/etc/grml/fai/config/class/GRMLBASE.var b/etc/grml/fai/config/class/GRMLBASE.var index e7ce51b..caf5098 100644 --- a/etc/grml/fai/config/class/GRMLBASE.var +++ b/etc/grml/fai/config/class/GRMLBASE.var @@ -8,13 +8,18 @@ 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' -# 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 + +# Do not check package names whether they are valid, but report failure instead. +# FAI_DISABLE_PACKAGE_NAME_CHECK=1