aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-27 10:55:56 +0300
committerCem Keylan <cem@ckyln.com>2019-12-27 10:55:56 +0300
commit27bedbcce8047a7d985d679b063216d3c5df1d1d (patch)
treea6fb686e84911665a388ec83c268753f73be5b19
parentd2f8ece06750902fa27416c4b99245341a84215b (diff)
downloadinit-27bedbcce8047a7d985d679b063216d3c5df1d1d.tar.gz
rc.conf: add config file
-rw-r--r--rc.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/rc.conf b/rc.conf
new file mode 100644
index 0000000..37a414f
--- /dev/null
+++ b/rc.conf
@@ -0,0 +1,13 @@
+#
+# CARBS init configuration
+#
+
+log() { printf "\033[1;36m->\033[m\033[1m %s\n\033[0;00m" "$@" ;}
+error() { printf "\033[1;31m-> ERROR: %s\n\033[0;00m" "$@" ;}
+
+# Set your keymap (full path to your keymap e.g. /usr/share/bkeymaps)
+keymap=
+
+# Set dmesg level
+dmesg_level=
+