~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/utils/ecryptfs-setup-swap

  • Committer: Colin King
  • Date: 2013-11-22 17:14:36 UTC
  • Revision ID: colin.king@canonical.com-20131122171436-fu076wx2vy9owiel
* doc/ecryptfs-pkcs11-helper-doc.txt
  - fix spelling mistake, aquired  ==> acquired

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
                [ -e "/dev/mapper/cryptswap$i" ] || break
162
162
        done
163
163
        # Add crypttab entry
164
 
        # Use /dev/urandom, since this is not a long lived key (generated each boot),
165
 
        # and so that we don't block booting while waiting for entropy
166
164
        echo "cryptswap$i UUID=$uuid /dev/urandom swap,cipher=aes-cbc-essiv:sha256" >> /etc/crypttab
167
165
 
168
166
        # Add fstab entry