Ship default settings for language, theme, etc. in all images

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-06-27 09:59:47 +01:00
parent 8b59ef085e
commit 0009de91e8
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
THEME=ipfire
LANGUAGE=en
RRDLOG=/var/log/rrd
KEYMAP=/lib/kbd/keymaps/i386/qwerty/us.map.gz
TIMEZONE=/usr/share/zoneinfo/posix/UTC

View File

@@ -94,6 +94,7 @@ $(TARGET) :
cp $(DIR_SRC)/config/cfgroot/nfs-server $(CONFIG_ROOT)/nfs/nfs-server
cp $(DIR_SRC)/config/cfgroot/proxy-acl $(CONFIG_ROOT)/proxy/acl-1.4
cp $(DIR_SRC)/config/qos/* $(CONFIG_ROOT)/qos/bin/
cp $(DIR_SRC)/config/cfgroot/main-settings $(CONFIG_ROOT)/main/settings
cp $(DIR_SRC)/config/cfgroot/ssh-settings $(CONFIG_ROOT)/remote/settings
cp $(DIR_SRC)/config/cfgroot/time-settings $(CONFIG_ROOT)/time/settings
cp $(DIR_SRC)/config/cfgroot/logging-settings $(CONFIG_ROOT)/logging/settings