diff options
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index d22b8f04..928e0779 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -38,7 +38,7 @@ if [ "$PROMPT" != "no" ]; then fi # Fix console loglevel -/sbin/loglevel $LOGLEVEL +/bin/dmesg -n $LOGLEVEL # Mount /proc (done here so volume labels can work with fsck) |