diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/Makefile.Linux | 2 | ||||
-rw-r--r-- | conf.d/dmesg | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/Makefile.Linux b/conf.d/Makefile.Linux index 628636b0..74679400 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 00000000..eb065f2f --- /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" |