Document new requirement on the cryptsetup command (#774818)

Bug 774818 - Implement LUKS read-write actions NOT requiring a
             passphrase
This commit is contained in:
Mike Fleetwood 2016-10-27 14:33:11 +01:00 committed by Curtis Gedak
parent 5cd1f718a1
commit 34185afbf1
2 changed files with 3 additions and 2 deletions

3
README
View file

@ -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

View file

@ -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" ;