summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/dmcrypt.pm
Commit message (Collapse)AuthorAgeFilesLines
* - skip comments in /etc/crypttab (mga#9905)Thierry Vignaud2013-04-301-0/+1
|
* (_get_existing_one_with_state) split it out of open_part()Thierry Vignaud2013-04-191-1/+8
| | | | | (read_crypttab) try harder to get enough data ({dm_active}) (idea from Colin, mga#5661)
* (save_crypttab_,read_crypttab_) split them out of (read|save)_crypttab_()Thierry Vignaud2013-04-191-6/+16
| | | | | | thus enabling to choose to/from which crypttab file read/write-ing needed for next changes (mga#5661)
* use factorized crypto modules listThierry Vignaud2012-09-041-1/+1
|
* detect LVM on top on Encrypted partitions (mga#5330)Pascal Terjan2012-04-231-2/+4
|
* perl_checker cleanupsThierry Vignaud2012-03-231-2/+2
|
* load 'xts' module for crypted fses (Dave Hodgins, mga#3749)Thierry Vignaud2012-02-261-1/+1
|
* (format_part) use better cipher for encrypted fses (Dave Hodgins, mga#3092)Thierry Vignaud2012-01-281-1/+1
|
* (write_partitions,open_part,active_dm) call udevadm in installer tooThierry Vignaud2011-12-211-2/+2
|
* Move udevadm settle in dmcrypt_openPascal Terjan2010-04-301-0/+1
|
* fix loading of dmcrypt info now that /dev/mapper/* are symlinksPascal Terjan2010-04-221-1/+4
|
* - factorize default FS definitionPascal Terjan2009-10-071-1/+1
| | | | - switch to ext4 by default
* do not run udevadm in install modePascal Terjan2009-04-211-1/+1
|
* fix crypto module names when arch is not i586 (#46814)Pascal Terjan2009-04-021-1/+1
|
* - Remove useless linesPascal Terjan2009-03-191-2/+0
|
* - diskdrakePascal Rigaux2008-09-191-0/+157
o handle partitions encrypted with cryptsetup - bug fix: add mandatory new modules for dm-crypt