~ubuntu-branches/ubuntu/karmic/cryptsetup/karmic

« back to all changes in this revision

Viewing changes to debian/cryptdisks_start.8.txt

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-06-14 23:28:51 UTC
  • Revision ID: james.westby@ubuntu.com-20080614232851-qejvx20e74d8t9wm
Tags: 2:1.0.6-2ubuntu1
* Merge new debian version. Remaining changes:
  - Add XSBC-Vcs-Bzr tag to indicate that this package is managed using
    bzr on launchpad.
  - debian/rules: cryptsetup is linked dynamically against libgcrypt and
    libgpg-error.
  - cryptdisks.functions: stop usplash on user input. LP #62751
  - Parse comments in lines not starting with '#', LP #185380
  - If the encrypted source device hasn't shown up yet, give it a
    little while to deal with removable devices. LP #164044
* Depend on race-free version of libdevmapper, thus making udevsettle
  call from cryptsetup binary unnecessary. Dropping patch
  debian/patches/06_run_udevsettle.patch
* remove patch from LP #73862, loading optimized modules has been solved
  in debian in another way.
* cryptdisk.functions: remove spurious call to load_optimized_module.
  LP: #239946
* bugfix: make regex work if keyfile has extended attributes. LP: #231339.
* remove patch in cryptdisks.functions for rexecing the script itself for
  ensuring that a tty is always available. (See LP #58794.) According to
  Scott, this is not necessary anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CRYPTDISK_START(8)
2
 
==================
3
 
Jonas Meurer <jonas@freesources.org>
4
 
 
5
 
 
6
 
NAME
7
 
----
8
 
cryptdisks_start - wrapper around cryptsetup which parses /etc/crypttab.
9
 
 
10
 
 
11
 
SYNOPSIS
12
 
--------
13
 
*cryptdisks_start* '<name>'
14
 
 
15
 
    
16
 
DESCRIPTION
17
 
-----------
18
 
*cryptdisks_start* is a wrapper around *cryptsetup* which parses */etc/crypttab* just like the initscript /etc/init.d/cryptdisks
19
 
does, and starts the dm-crypt mapping which corresponds to '<name>'.
20
 
 
21
 
 
22
 
SEE ALSO
23
 
--------
24
 
'cryptsetup'(8), 'crypttab'(5)
25
 
 
26
 
 
27
 
AUTHOR
28
 
------
29
 
This manual page was written by Jonas Meurer <mejo@debian.org> in December 2007.