Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c370508e1685111ba20bfdb02526ccecbcc8e8d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c370508e1685111ba20bfdb02526ccecbcc8e8d)
  • Date: Thu, 29 May 2008 19:58:51 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth 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 12671f576178b0ab477f3c92eff46d65229835cd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

init.d: added losetup to WANTS (if loop-AES is installed all configured
partitions will be linked with the loop devices)

diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index f572fdf..e3c7eca 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2008-05-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * init.d/mountall.sh: added losetup to WANTS (if loop-AES is installed
+ all configured partitions will be linked with the loop devices)
+
2008-01-31 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* smgl_functions: use the builtin echo if the output is not a tty
#13090

diff --git a/smgl/init.d/init.d/mountall.sh b/smgl/init.d/init.d/mountall.sh
index 71238c2..73dc7b5 100755
--- a/smgl/init.d/init.d/mountall.sh
+++ b/smgl/init.d/init.d/mountall.sh
@@ -4,7 +4,7 @@
PROGRAM=/bin/false
RUNLEVEL=S
NEEDS="+root_fs"
-WANTS="+modules"
+WANTS="+modules losetup"
PROVIDES=local_fs
ESSENTIAL=yes




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c370508e1685111ba20bfdb02526ccecbcc8e8d), Vlad Glagolev, 05/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page