diff options
Diffstat (limited to 'tools/conf/etc/rc.conf')
-rw-r--r-- | tools/conf/etc/rc.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/conf/etc/rc.conf b/tools/conf/etc/rc.conf new file mode 100644 index 0000000..e7c10c7 --- /dev/null +++ b/tools/conf/etc/rc.conf @@ -0,0 +1,12 @@ +# +# /etc/rc.conf: system configuration +# + +FONT=default +KEYMAP=dvorak +TIMEZONE="Europe/Lisbon" +HOSTNAME=c9 +SYSLOG=sysklogd +SERVICES=(lo iptables wlan blan crond) + +# End of file |