commit 2e49169d7478d7f5b6cef2e445ae6ef71c4c7881 parent 4f4101bc2ed126e2cf2bc9f5a9ad60ce0c9ba94f Author: sin <sin@2f30.org> Date: Mon, 23 Sep 2013 15:14:33 +0100 Only show warning or worse on console Diffstat:
M | etc/rc.boot | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/etc/rc.boot b/etc/rc.boot @@ -16,6 +16,8 @@ mount -n -t proc proc /proc mount -n -t sysfs sysfs /sys mount -n -t devpts devpts /dev/pts +grep -q " verbose" /proc/cmdline && dmesg -n 8 || dmesg -n 3 + echo Running smdev smdev -s