[SM-Commit] GIT changes to master grimoire by David Haley (28b26dd6307bb44cbda888cb6abcc1265e90ef0f)
David Haley
scm at sourcemage.org
Thu Sep 16 02:23:11 EDT 2010
GIT changes to master grimoire by David Haley <khoralin at gmail.com>:
smgl/init.d/init.d/mountall.sh | 2 ++
1 files changed, 2 insertions(+)
New commits:
commit 86d6413ad1a94e67cab61049b882217b14e37a26
Author: David Haley <khoralin at gmail.com>
Commit: David Haley <khoralin at gmail.com>
init.d/mountall.sh: checkfs() updated to removed /forcefsck
As opposed to taking out only the '/fastboot' out of the line
'rm -r /fastboot /forcefsck' during the previous commit,
I removed the whole line. I have added the correct line back in.
diff --git a/smgl/init.d/init.d/mountall.sh b/smgl/init.d/init.d/mountall.sh
index f0ddf5e..95954c3 100755
--- a/smgl/init.d/init.d/mountall.sh
+++ b/smgl/init.d/init.d/mountall.sh
@@ -50,6 +50,8 @@ checkfs()
/sbin/sulogin
/sbin/reboot -f
fi
+
+ rm -f /forcefsck
}
scanlvm()
More information about the SM-Commit
mailing list