Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (14852e326d23ab348ed88a10ba7ea2140f513cd2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (14852e326d23ab348ed88a10ba7ea2140f513cd2)
  • Date: Sun, 23 Sep 2007 22:32:32 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

smgl/linux-initramfs/DEPENDS | 6 +++---
smgl/linux-initramfs/DETAILS | 2 +-
smgl/linux-initramfs/HISTORY | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 14852e326d23ab348ed88a10ba7ea2140f513cd2
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

linux-initramfs fixed some goof ups and added some more comments with the
optional depends

diff --git a/smgl/linux-initramfs/DEPENDS b/smgl/linux-initramfs/DEPENDS
index 4184244..42ce647 100755
--- a/smgl/linux-initramfs/DEPENDS
+++ b/smgl/linux-initramfs/DEPENDS
@@ -1,3 +1,3 @@
-depends klibc
-optional_depends lvm
-optional_depends cryptsetup-luks
+depends klibc &&
+optional_depends lvm "" "" "for lvm root" &&
+optional_depends cryptsetup-luks "" "" "for crypto root"
diff --git a/smgl/linux-initramfs/DETAILS b/smgl/linux-initramfs/DETAILS
index 979ecae..9d09084 100755
--- a/smgl/linux-initramfs/DETAILS
+++ b/smgl/linux-initramfs/DETAILS
@@ -1,4 +1,4 @@
- SPELL=linux-initramf
+ SPELL=linux-initramfs
VERSION=0.5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE="http://www.sourcemage.org/";
diff --git a/smgl/linux-initramfs/HISTORY b/smgl/linux-initramfs/HISTORY
index cf3c3ab..0474331 100644
--- a/smgl/linux-initramfs/HISTORY
+++ b/smgl/linux-initramfs/HISTORY
@@ -2,7 +2,7 @@
* mkinitrd: added hooks to do luks root filesystem encryption
* DEPENDS: added some optional dependencies for easy user knowledge
* INSTALL: added crypttab for initrd crypto support
- * HISTORY: version++
+ * DETAILS: version++ and spell oopse

2007-09-20 David Brown <dmlb2000 AT gmail.com>
* mkinitrd: make the initrd a little simpler with no symlinks...



  • [SM-Commit] GIT changes to master grimoire by David Brown (14852e326d23ab348ed88a10ba7ea2140f513cd2), David Brown, 09/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page