commit 63e9f459bad8f9242503f2af1cb762980558a518
parent 815b22dbcf70c9d373d550c945c46fa901af1ce4
Author: sin <sin@2f30.org>
Date: Sat, 15 Mar 2014 19:14:32 +0000
Set tty level as early as possible
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/rc.init b/bin/rc.init
@@ -17,6 +17,9 @@ echo
ctrlaltdel -s
mount -n -t proc proc /proc
+
+grep -q " verbose" /proc/cmdline && dmesg -n 8 || dmesg -n 3
+
mount -n -t sysfs sysfs /sys
mount -n -t devtmpfs dev /dev
mkdir -p /dev/pts
@@ -40,8 +43,6 @@ ln -sf /proc/mounts /etc/mtab
echo Mounting filesystems
mount -a
-grep -q " verbose" /proc/cmdline && dmesg -n 8 || dmesg -n 3
-
echo Running smdev
smdev -s