]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- add sample /etc/crypttab
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Nov 2007 01:20:43 +0000 (01:20 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Nov 2007 01:20:43 +0000 (01:20 +0000)
svn-id: @9029

Makefile.am
crypttab [new file with mode: 0644]

index 136f2d23a2983ca42ebda89c20f364e8ba12de96..cadb8d79eec94303cb81d41331c1548b0e172380 100644 (file)
@@ -8,6 +8,7 @@ sysconf_DATA = \
        adjtime \
        inittab \
        modules \
+       crypttab \
        sysctl.conf
 
 profiledir = @sysconfdir@/profile.d
diff --git a/crypttab b/crypttab
new file mode 100644 (file)
index 0000000..536529a
--- /dev/null
+++ b/crypttab
@@ -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
This page took 0.307723 seconds and 4 git commands to generate.