From 27bedbcce8047a7d985d679b063216d3c5df1d1d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 27 Dec 2019 10:55:56 +0300 Subject: rc.conf: add config file --- rc.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rc.conf 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= + -- cgit v1.2.3