Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cab1fc03fdbef126385c34aa1fce3dae7442885b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cab1fc03fdbef126385c34aa1fce3dae7442885b)
  • Date: Thu, 2 Nov 2006 13:12:55 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

smgl/init.d/HISTORY | 4 ++++
smgl/init.d/init.d/mountall.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit adbab1098ff1a2dd9f1eff2882cb6b47c1066ca7
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

dmsetup in init.d/mountall.sh failing is not fatal (simply no dm in
kernel), so omit the retval check

diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 4c9400a..965bc0e 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2006-11-02 Thomas Orgis <sobukus AT sourcemage.org>
+ * init.d/mountall.sh: device mapper may simply fail because no kernel
+ support, so don't bother for error code (spurious red on bood)
+
2006-10-29 Thomas Orgis <sobukus AT sourcemage.org>
* init.d/mountall.sh: add discovery of device mapper
nodes (p.ex. crypto swap set up in initramfs)
diff --git a/smgl/init.d/init.d/mountall.sh b/smgl/init.d/init.d/mountall.sh
index 605082b..ff18c66 100755
--- a/smgl/init.d/init.d/mountall.sh
+++ b/smgl/init.d/init.d/mountall.sh
@@ -68,8 +68,8 @@ # bug 7311
if optional_executable /sbin/dmsetup
then
echo "(re)creating device mapper nodes"
+ # won't check retval because kernel just may lack device mapper
/sbin/dmsetup mknodes
- evaluate_retval
fi

if optional_executable /sbin/vgscan && optional_executable /sbin/vgchange
; then



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (cab1fc03fdbef126385c34aa1fce3dae7442885b), Thomas Orgis, 11/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page