Document new requirement on the cryptsetup command (#774818)
Bug 774818 - Implement LUKS read-write actions NOT requiring a passphrase
This commit is contained in:
parent
5cd1f718a1
commit
34185afbf1
3
README
3
README
|
@ -240,7 +240,8 @@ following command is required:
|
|||
mdadm - SWRaid administration tool
|
||||
|
||||
|
||||
For LUKS read-only support the following command is required:
|
||||
For LUKS support the following commands are required:
|
||||
cryptsetup - LUKS volume administration tool
|
||||
dmsetup - Device-mapper administration tool
|
||||
|
||||
|
||||
|
|
|
@ -359,7 +359,7 @@ Glib::ustring Utils::get_filesystem_software( FILESYSTEM filesystem )
|
|||
case FS_JFS : return "jfsutils" ;
|
||||
case FS_LINUX_SWAP : return "util-linux" ;
|
||||
case FS_LVM2_PV : return "lvm2" ;
|
||||
case FS_LUKS : return "dmsetup";
|
||||
case FS_LUKS : return "cryptsetup, dmsetup";
|
||||
case FS_NILFS2 : return "nilfs-utils" ;
|
||||
case FS_NTFS : return "ntfs-3g / ntfsprogs" ;
|
||||
case FS_REISER4 : return "reiser4progs" ;
|
||||
|
|
Loading…
Reference in New Issue