diff options
Diffstat (limited to 'sbin/rc')
-rwxr-xr-x | sbin/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |