From: Ian Kelling Date: Sun, 17 Jan 2016 05:13:40 +0000 (-0800) Subject: enable basic optimizations + my time zone X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=commitdiff_plain;h=816d23ee08b0963cc0b63ae53fa0e7a9eea6a83f enable basic optimizations + my time zone --- diff --git a/fai/config/class/DEBIAN.var b/fai/config/class/DEBIAN.var index a6fb66b..1f6e441 100644 --- a/fai/config/class/DEBIAN.var +++ b/fai/config/class/DEBIAN.var @@ -1,3 +1,4 @@ +#### from upstream example config, except where noted CONSOLEFONT= KEYMAP=us-latin1 @@ -9,7 +10,9 @@ MODULESLIST="usbhid psmouse" # if you have enough RAM (>2GB) you may want to enable this line. It # also puts /var/cache into a ramdisk. -#FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache" +# uncommented from upstream +FAI_RAMDISKS="$target/var/lib/dpkg $target/var/cache" # if you want to use the faiserver as APT proxy -#APTPROXY=http://faiserver:3142 +# uncommented from upstream +APTPROXY=http://faiserver:3142 diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var index 789cc7f..7f0684e 100644 --- a/fai/config/class/FAIBASE.var +++ b/fai/config/class/FAIBASE.var @@ -1,3 +1,5 @@ +#### from upstream example config, except where noted + # default values for installation. You can override them in your *.var files # allow installation of packages from unsigned repositories @@ -5,7 +7,8 @@ FAI_ALLOW_UNSIGNED=1 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. UTC=yes -TIMEZONE=Europe/Berlin +## changed from upstream. found in /usr/share/zoneinfo/, via fai-guide +TIMEZONE=US/Pacific # the hash of the root password for the new installed linux system # pw is "fai"