mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Set UUID in device-mapper for LUKS devices.
Device mapper device should use UUID string if possible. UDEV can then easily distinguish the device type etc. cryptsetup now uses CRYPT prefix for uuid. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@55 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -37,7 +37,7 @@ struct setup_backend {
|
||||
int (*init)(void);
|
||||
void (*exit)(void);
|
||||
int (*create)(int reload, struct crypt_options *options,
|
||||
const char *key);
|
||||
const char *key, const char *uuid);
|
||||
int (*status)(int details, struct crypt_options *options,
|
||||
char **key);
|
||||
int (*remove)(int force, struct crypt_options *options);
|
||||
|
||||
Reference in New Issue
Block a user