~ubuntu-core-dev/cryptsetup/ubuntu

« back to all changes in this revision

Viewing changes to debian/cryptdisks-early.init

  • Committer: Martin Pitt
  • Date: 2012-03-08 06:28:43 UTC
  • Revision ID: martin.pitt@canonical.com-20120308062843-38i53w859o8t6p2p
merge with Debian 2:1.4.1-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# X-Start-Before:    lvm2
9
9
# X-Stop-After:      lvm2
10
10
# X-Interactive:     true
11
 
# Default-Start:     
 
11
# Default-Start:
12
12
# Default-Stop:      0 6
13
13
# Short-Description: Setup early encrypted block devices.
14
14
# Description:
16
16
 
17
17
set -e
18
18
 
19
 
. /lib/cryptsetup/cryptdisks.functions
 
19
if [ -r /lib/cryptsetup/cryptdisks.functions ]; then
 
20
        . /lib/cryptsetup/cryptdisks.functions
 
21
else
 
22
        exit 0
 
23
fi
20
24
 
21
25
INITSTATE="early"
22
26
DEFAULT_LOUD=""