lemurPro: add swap and cryptmirror
This commit is contained in:
parent
251995a0d1
commit
46d257c88f
|
@ -26,10 +26,11 @@
|
|||
allowDiscards = true;
|
||||
preLVM = true;
|
||||
};
|
||||
#"cryptswap" = {
|
||||
# device = "/dev/disk/by-label/cryptswap";
|
||||
# # keyFile = "/root/swap.key"; # enable encrypted hibernation & sleep
|
||||
#};
|
||||
"cryptmirror" = {
|
||||
device = "/dev/disk/by-label/cryptmirror";
|
||||
allowDiscards = true;
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -45,6 +46,10 @@
|
|||
device = "/dev/disk/by-label/EFI";
|
||||
fsType = "vfat";
|
||||
};
|
||||
"/var/lib/backup" = {
|
||||
device = "/dev/disk/by-label/backup";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
|
|
Loading…
Reference in a new issue