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