l 1 helios: add /home lv
This commit is contained in:
parent
1f3840bedc
commit
0faab43d09
@ -56,6 +56,11 @@ with builtins;
|
|||||||
device = "/dev/sda1";
|
device = "/dev/sda1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/home" = {
|
||||||
|
device = "/dev/pool/home";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
"/bku" = {
|
"/bku" = {
|
||||||
device = "/dev/pool/bku";
|
device = "/dev/pool/bku";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
Loading…
Reference in New Issue
Block a user