Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (28b26dd6307bb44cbda888cb6abcc1265e90ef0f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (28b26dd6307bb44cbda888cb6abcc1265e90ef0f)
  • Date: Thu, 16 Sep 2010 01:23:11 -0500

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()




Archive powered by MHonArc 2.6.24.

Top of Page