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
+ # 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