[arch-commits] CVS update of arch/build/base/filesystem (PKGBUILD crypttab)

Thomas Baechler thomas at archlinux.org
Sun May 13 13:39:28 UTC 2007


    Date: Sunday, May 13, 2007 @ 09:39:28
  Author: thomas
    Path: /home/cvs-arch/arch/build/base/filesystem

Modified: PKGBUILD (1.81 -> 1.82) crypttab (1.4 -> 1.5)

upgpkg: filesystem 0.8-7


----------+
 PKGBUILD |    6 +++---
 crypttab |   17 ++++++++++++-----
 2 files changed, 15 insertions(+), 8 deletions(-)


Index: arch/build/base/filesystem/PKGBUILD
diff -u arch/build/base/filesystem/PKGBUILD:1.81 arch/build/base/filesystem/PKGBUILD:1.82
--- arch/build/base/filesystem/PKGBUILD:1.81	Sun May 13 02:25:14 2007
+++ arch/build/base/filesystem/PKGBUILD	Sun May 13 09:39:27 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.81 2007/05/13 06:25:14 aaron Exp $
+# $Id: PKGBUILD,v 1.82 2007/05/13 13:39:27 thomas Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=filesystem
 # TODO snapshot version? 2007.05 ?
 pkgver=0.8
-pkgrel=6
+pkgrel=7
 pkgdesc="Base filesystem"
 arch=(i686 x86_64)
 license=('GPL')
@@ -26,7 +26,7 @@
          '4eee5140437e09821e82d689f53439b3'
          'c163cae617cbae36d1eb5546bdb59bcb'
          '0d3cfed6eacf21072e468bb7fe80cf07'
-         '8152f61a6397b9a65b8c2cf22b1d370d'
+         'e5d8323a4dbee7a6d0d2a19cbf4b819f'
          '81b3cb42a6ddabc2ed2310511ee9c859'
          'd41d8cd98f00b204e9800998ecf8427e'
          '6f48288b6fcaf0065fcb7b0e525413e0'
Index: arch/build/base/filesystem/crypttab
diff -u arch/build/base/filesystem/crypttab:1.4 arch/build/base/filesystem/crypttab:1.5
--- arch/build/base/filesystem/crypttab:1.4	Sun Dec 17 07:37:24 2006
+++ arch/build/base/filesystem/crypttab	Sun May 13 09:39:27 2007
@@ -4,9 +4,14 @@
 # should use the /dev/mapper/{NAME} paths for encrypted devices.
 #
 # Each PASSWORD field can be an absolute pathname to a key file (starting
-# with a slash) or a literal string that will be used as a passphrase.
-# To use special characters in the passphrase, surround it by quotes,
-# the usual bash quoting rules apply.
+# with a slash, recommended) or a literal string that will be used as
+# a passphrase. To use special characters in the passphrase, surround it
+# by quotes, the usual bash quoting rules apply.
+# There are two special keywords that cannot be used as passphrases:
+#   - ASK  ask for a passphrase on boot
+#   - SWAP use a random key and create a swapspace afterwards
+# WARNING: use the SWAP keyword carefully, as it overwrites the data
+#          on the specified partition
 # 
 # To create a key file:
 #    hashalot -n 32 ripemd160 >/etc/crytfs.key
@@ -22,5 +27,7 @@
 
 # NAME		SOURCE DEVICE		PASSWORD		OPTIONS
 #home		/dev/hda4		mypassword
-#data		/dev/hda3		"my \"password\""
-#swap		/dev/hda2		/etc/cryptfs.key	-c aes-cbc-essiv:sha256 -h sha256
+#data1		/dev/hda3		"my \"password\""
+#data2		/dev/hda5		/etc/cryptfs.key
+#swap		/dev/hdx4		SWAP			-c aes-cbc-essiv:sha256 -s 256
+#vol		/dev/hdb7		ASK




More information about the arch-commits mailing list