Skip to Content.
Sympa Menu

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

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 (ae66383d016942fd788c89824a2c3b75a4cba154)
  • Date: Sun, 23 Sep 2007 23:07:29 -0500

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

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

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

linux-initramfs wrapped copy parts in the variables it should have been
to begin with

diff --git a/smgl/linux-initramfs/HISTORY b/smgl/linux-initramfs/HISTORY
index 0474331..7f27721 100644
--- a/smgl/linux-initramfs/HISTORY
+++ b/smgl/linux-initramfs/HISTORY
@@ -1,5 +1,5 @@
2007-09-23 David Brown <dmlb2000 AT gmail.com>
- * mkinitrd: added hooks to do luks root filesystem encryption
+ * 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
* DETAILS: version++ and spell oopse
diff --git a/smgl/linux-initramfs/mkinitrd b/smgl/linux-initramfs/mkinitrd
index c406d75..1886678 100755
--- a/smgl/linux-initramfs/mkinitrd
+++ b/smgl/linux-initramfs/mkinitrd
@@ -587,9 +587,12 @@ EOF

function crypto_parts()
{
+ if $USE_CRYPTO || $FORCE_CRYPTO
+ then
echo "file /crypttab /etc/crypttab 0644 0 0"
echo "file /bin/cryptsetup /usr/sbin/cryptsetup.static 0755 0 0"
echo "file /bin/dmsetup /sbin/dmsetup.static 0755 0 0"
+ fi
}

function rec_fill_modules()



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

Archive powered by MHonArc 2.6.24.

Top of Page