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

David Brown scm at sourcemage.org
Sun Sep 23 23:32:32 EDT 2007


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...



More information about the SM-Commit mailing list