mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Ship default settings for language, theme, etc. in all images
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
5
config/cfgroot/main-settings
Normal file
5
config/cfgroot/main-settings
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user