SVN: rc-scripts/trunk: Makefile.am crypttab

glen glen at pld-linux.org
Fri Nov 9 02:20:43 CET 2007


Author: glen
Date: Fri Nov  9 02:20:43 2007
New Revision: 9029

Added:
   rc-scripts/trunk/crypttab
Modified:
   rc-scripts/trunk/Makefile.am
Log:
- add sample /etc/crypttab

Modified: rc-scripts/trunk/Makefile.am
==============================================================================
--- rc-scripts/trunk/Makefile.am	(original)
+++ rc-scripts/trunk/Makefile.am	Fri Nov  9 02:20:43 2007
@@ -8,6 +8,7 @@
 	adjtime \
 	inittab \
 	modules \
+	crypttab \
 	sysctl.conf
 
 profiledir = @sysconfdir@/profile.d

Added: rc-scripts/trunk/crypttab
==============================================================================
--- (empty file)
+++ rc-scripts/trunk/crypttab	Fri Nov  9 02:20:43 2007
@@ -0,0 +1,7 @@
+# See crypttab(5) for this file format.
+#
+# NOTE: No options can be specified for LUKS encrypted partitions.
+
+# NAME	DEVICE	PASSWORD	OPTIONS
+#hda1	/dev/hda1	none	verify
+#hda1	/dev/hda1


More information about the pld-cvs-commit mailing list