commit d3e172b13a0bb6e788f225b39918f4ac0dbfc159 parent ecff9b8d9e8f4e1ee15a75bd3bbf7e661198805c Author: sin <sin@2f30.org> Date: Tue, 11 Mar 2014 20:19:30 +0200 Remount / ro before fsck just in case Diffstat:
M | bin/rc.init | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/rc.init b/bin/rc.init @@ -22,6 +22,8 @@ mount -n -t devtmpfs dev /dev mkdir -p /dev/pts mount -n -t devpts devpts /dev/pts +mount -o remount,ro / + echo Checking filesystems fsck -ATa if [ $? -eq 1 ]; then