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:
Mike Fleetwood 2016-01-29 11:17:46 +00:00 committed by Curtis Gedak
parent 2d910494d3
commit ad4191475a
1 changed files with 1 additions and 1 deletions

View File

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