commit ea41be0d6c796226bf363fd6c40b11f873758702
parent 9ae481d187db4355e38ef406fd00abb0c357c3b4
Author: sin <sin@2f30.org>
Date: Sat, 15 Mar 2014 19:51:50 +0000
Just for consistency use 0620 instead of 620 for mode
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/rc.init b/bin/rc.init
@@ -23,7 +23,7 @@ grep -q " verbose" /proc/cmdline && dmesg -n 8 || dmesg -n 3
mount -n -t sysfs sysfs /sys
mount -n -t tmpfs -o nosuid,mode=0755 dev /dev
mkdir -p /dev/pts
-mount -n -t devpts -o gid=5,mode=620 devpts /dev/pts
+mount -n -t devpts -o gid=5,mode=0620 devpts /dev/pts
mount -o remount,ro /
echo Running smdev