Rename file system from "crypt-luks" to "luks" (#760080)
The name of the format is Linux Unified Key Setup, or just LUKS. https://en.wikipedia.org/wiki/Linux_Unified_Key_Setup Bug 760080 - Implement read-only LUKS support
This commit is contained in:
parent
2d910494d3
commit
ad4191475a
|
@ -284,7 +284,7 @@ Glib::ustring Utils::get_filesystem_string( FILESYSTEM filesystem )
|
|||
case FS_UNUSED : return _("unused") ;
|
||||
case FS_LVM2_PV : return "lvm2 pv" ;
|
||||
case FS_BITLOCKER : return "bitlocker" ;
|
||||
case FS_LUKS : return "crypt-luks" ;
|
||||
case FS_LUKS : return "luks";
|
||||
case FS_LINUX_SWRAID : return "linux-raid" ;
|
||||
case FS_LINUX_SWSUSPEND : return "linux-suspend" ;
|
||||
case FS_REFS : return "refs" ;
|
||||
|
|
Loading…
Reference in New Issue