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