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

David Brown scm at sourcemage.org
Sun Sep 30 01:29:55 EDT 2007


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

 smgl/linux-initramfs/DETAILS  |    2 +-
 smgl/linux-initramfs/HISTORY  |    4 ++++
 smgl/linux-initramfs/mkinitrd |    1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit e6e17eed14d4b7b7f36b9cc85ca1c123593630ed
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    linux-initramfs removed redundant dm-mod addition, dm-crypt depends on dm-mod

diff --git a/smgl/linux-initramfs/DETAILS b/smgl/linux-initramfs/DETAILS
index 9d09084..2a39d4c 100755
--- a/smgl/linux-initramfs/DETAILS
+++ b/smgl/linux-initramfs/DETAILS
@@ -4,7 +4,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
         WEB_SITE="http://www.sourcemage.org/"
          ENTERED=20030803
      GATHER_DOCS=off
-      PATCHLEVEL=1
+      PATCHLEVEL=2
         KEYWORDS="kernels"
            SHORT="This spell provides initramfs scripts that can be loaded into the kernel"
 cat << EOF
diff --git a/smgl/linux-initramfs/HISTORY b/smgl/linux-initramfs/HISTORY
index 7f27721..d729c59 100644
--- a/smgl/linux-initramfs/HISTORY
+++ b/smgl/linux-initramfs/HISTORY
@@ -1,3 +1,7 @@
+2007-09-29 David Brown <dmlb2000 at gmail.com>
+	* mkinitrd: get rid of redundant module dm-crypt depends on dm-mod...
+	* DETAILS: patchlevel++
+
 2007-09-23 David Brown <dmlb2000 at gmail.com>
 	* mkinitrd: added hooks to do luks root filesystem encryption 
 	* DEPENDS: added some optional dependencies for easy user knowledge
diff --git a/smgl/linux-initramfs/mkinitrd b/smgl/linux-initramfs/mkinitrd
index 1886678..35f0d53 100755
--- a/smgl/linux-initramfs/mkinitrd
+++ b/smgl/linux-initramfs/mkinitrd
@@ -662,7 +662,6 @@ function fill_modules()
 	fi
 	if $USE_CRYPTO || $FORCE_CRYPTO
 	then
-		rec_fill_modules dm-mod
 		rec_fill_modules sha256
 		rec_fill_modules sha512
 		rec_fill_modules aes-i586



More information about the SM-Commit mailing list