xu: mount /bku

This commit is contained in:
tv 2016-10-13 21:57:08 +02:00
parent f81a021f0c
commit 9fb29a7030

View File

@ -138,6 +138,11 @@ with config.krebs.lib;
fsType = "btrfs"; fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"]; options = ["defaults" "noatime" "ssd" "compress=lzo"];
}; };
"/bku" = {
device = "/dev/mapper/xuvga-bku";
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
};
"/home" = { "/home" = {
device = "/dev/mapper/xuvga-home"; device = "/dev/mapper/xuvga-home";
fsType = "btrfs"; fsType = "btrfs";