tv wu: rebuild with ext4

This commit is contained in:
tv 2018-07-09 22:31:19 +02:00
parent 9067d6e3ac
commit 6b99dff099

View File

@ -26,18 +26,15 @@ with import <stockholm/lib>;
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/mapper/wuvga-root"; device = "/dev/mapper/wuvga-root";
fsType = "btrfs"; fsType = "ext4";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
}; };
"/bku" = { "/bku" = {
device = "/dev/mapper/wuvga-bku"; device = "/dev/mapper/wuvga-bku";
fsType = "btrfs"; fsType = "ext4";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
}; };
"/home" = { "/home" = {
device = "/dev/mapper/wuvga-home"; device = "/dev/mapper/wuvga-home";
fsType = "btrfs"; fsType = "ext4";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
}; };
"/boot" = { "/boot" = {
device = "/dev/sda1"; device = "/dev/sda1";