summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/Makefile.Linux2
-rw-r--r--conf.d/dmesg3
2 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/Makefile.Linux b/conf.d/Makefile.Linux
index 628636b..7467940 100644
--- a/conf.d/Makefile.Linux
+++ b/conf.d/Makefile.Linux
@@ -1 +1 @@
-CONF+= consolefont hwclock keymaps modules
+CONF+= consolefont dmesg hwclock keymaps modules
diff --git a/conf.d/dmesg b/conf.d/dmesg
new file mode 100644
index 0000000..eb065f2
--- /dev/null
+++ b/conf.d/dmesg
@@ -0,0 +1,3 @@
+# Sets the level at which logging of messages is done to the
+# console. See dmesg(8) for more info.
+dmesg_level="1"