Reference key disk by device name instead of ID.
This commit is contained in:
@@ -24,7 +24,8 @@
|
|||||||
name = "luksroot";
|
name = "luksroot";
|
||||||
settings = {
|
settings = {
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
keyFile = "/dev/disk/by-id/usb-Intenso_Micro_Line_22080777660586-0:0";
|
#keyFile = "/dev/disk/by-id/usb-Intenso_Micro_Line_22080777660586-0:0";
|
||||||
|
keyFile = "/dev/sdb";
|
||||||
keyFileSize = 4096;
|
keyFileSize = 4096;
|
||||||
};
|
};
|
||||||
content = {
|
content = {
|
||||||
|
|||||||
Reference in New Issue
Block a user