summaryrefslogtreecommitdiff
path: root/sbin/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/rc')
-rwxr-xr-xsbin/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/rc b/sbin/rc
index b81f695d..edebfb8c 100755
--- a/sbin/rc
+++ b/sbin/rc
@@ -202,7 +202,7 @@ then
# Set the console loglevel to 1 for a cleaner boot
# the logger should anyhow dump the ring-0 buffer at start to the
# logs, and that with dmesg can be used to check for problems
- /bin/dmesg -n 1
+ ${RC_DMESG_LEVEL+/bin/dmesg -n ${RC_DMESG_LEVEL}}
echo
echo -e "${GOOD}Gentoo Linux${GENTOO_VERS}; ${BRACKET}http://www.gentoo.org/${NORMAL}"