commit 6f3d39767dea20111ddef9f2fba0c7876342c226 parent 6450b75b8fb31dda9ca23d488c160f65f2efa7e0 Author: sin <sin@2f30.org> Date: Wed, 12 Mar 2014 19:57:00 +0200 Make /etc/mtab a symlink to /proc/mounts Diffstat:
M | bin/rc.init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/rc.init b/bin/rc.init @@ -35,7 +35,7 @@ fi echo Remounting root as read-write mount -o remount,rw / -cp /proc/mounts /etc/mtab +ln -sf /proc/mounts /etc/mtab grep -q " verbose" /proc/cmdline && dmesg -n 8 || dmesg -n 3