enable basic optimizations + my time zone
authorIan Kelling <ian@iankelling.org>
Sun, 17 Jan 2016 05:13:40 +0000 (21:13 -0800)
committerIan Kelling <ian@iankelling.org>
Mon, 6 Feb 2017 06:21:40 +0000 (22:21 -0800)
fai/config/class/DEBIAN.var
fai/config/class/FAIBASE.var

index a6fb66b6ba3b480799c9c58422abfd024582b9b5..1f6e441d6349260461d7aff857c04626cc8a1e51 100644 (file)
@@ -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
index 789cc7f83d804ff12cb556492cfaffb69f92e193..7f0684e21941b81b74f3302a79233cb2b3e0ba5d 100644 (file)
@@ -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"