commit 6450b75b8fb31dda9ca23d488c160f65f2efa7e0 parent d3e172b13a0bb6e788f225b39918f4ac0dbfc159 Author: sin <sin@2f30.org> Date: Wed, 12 Mar 2014 16:31:21 +0200 cp /proc/mounts to /etc/mtab Diffstat:
M | bin/rc.init | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/rc.init b/bin/rc.init @@ -35,6 +35,8 @@ fi echo Remounting root as read-write mount -o remount,rw / +cp /proc/mounts /etc/mtab + grep -q " verbose" /proc/cmdline && dmesg -n 8 || dmesg -n 3 echo Running smdev