WinMax2: mount persist subvolume
This commit is contained in:
parent
8a8b69b79b
commit
a1f41b6295
1 changed files with 4 additions and 4 deletions
|
|
@ -43,12 +43,12 @@ in
|
|||
fsType = "btrfs";
|
||||
options = [ "subvol=@" ];
|
||||
};
|
||||
/*"btrfs_boot" = {
|
||||
mountPoint = "/boot";
|
||||
"btrfs_persist" = {
|
||||
mountPoint = "/persist";
|
||||
label = ssdLabel;
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@boot" ];
|
||||
};*/
|
||||
options = [ "subvol=@persist" ];
|
||||
};
|
||||
"btrfs_home" = {
|
||||
mountPoint = "/home";
|
||||
label = ssdLabel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue