l 1 helios: add /home lv

This commit is contained in:
lassulus 2016-05-17 11:47:07 +02:00
parent 1f3840bedc
commit 0faab43d09

View File

@ -56,6 +56,11 @@ with builtins;
device = "/dev/sda1";
};
"/home" = {
device = "/dev/pool/home";
fsType = "ext4";
};
"/bku" = {
device = "/dev/pool/bku";
fsType = "ext4";