Skip to Content.
Sympa Menu

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

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 (772f276d53fecceaf68441af953afc041887da62)
  • Date: Sun, 29 Oct 2006 07:39:58 -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 | 8 ++++++++
2 files changed, 12 insertions(+)

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

enable device mapper nodes discovery in init.d/mountall.sh

diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index c42039b..4c9400a 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+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)
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163

diff --git a/smgl/init.d/init.d/mountall.sh b/smgl/init.d/init.d/mountall.sh
index 65bd65c..605082b 100755
--- a/smgl/init.d/init.d/mountall.sh
+++ b/smgl/init.d/init.d/mountall.sh
@@ -64,6 +64,14 @@ # bug 7311
builtin echo 'none /proc proc rw 0 0' >> /etc/mtab
fi

+ # find devices that were set up in initramfs/rd
+ if optional_executable /sbin/dmsetup
+ then
+ echo "(re)creating device mapper nodes"
+ /sbin/dmsetup mknodes
+ evaluate_retval
+ fi
+
if optional_executable /sbin/vgscan && optional_executable /sbin/vgchange
; then
echo -n "Scanning for and initializing all available LVM volume
groups..."
/sbin/vgscan --ignorelockingfailure --mknodes &&



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (772f276d53fecceaf68441af953afc041887da62), Thomas Orgis, 10/29/2006

Archive powered by MHonArc 2.6.24.

Top of Page