Skip to Content.
Sympa Menu

sm-commit - Re: [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 C. Haley" <khoralin AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by David Haley (28b26dd6307bb44cbda888cb6abcc1265e90ef0f)
  • Date: Thu, 16 Sep 2010 01:32:30 -0500

Greetings all;

I have a question about this. I noticed that the same issue is present
in init.d/mountroot.sh. However, I was thinking if I make the same
change in this file the files would be removed for mountall.sh that
follows.

Is that right, should I leave this be...thoughts?

---
SilverSlayer


On Thu, 16 Sep 2010 01:23:11 -0500
David Haley <scm AT sourcemage.org> wrote:

> 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()
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit





Archive powered by MHonArc 2.6.24.

Top of Page