failed mount blocked boot - disable secondary partitions

This commit is contained in:
Vinzenz Schroeter 2023-08-27 13:43:24 +02:00
parent bc73a316f1
commit 5c7fb068c3

View file

@ -29,17 +29,17 @@
fsType = "vfat"; fsType = "vfat";
}; };
"/sdmanjaro" = { # "/sdmanjaro" = {
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532"; # device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
fsType = "btrfs"; # fsType = "btrfs";
options = ["subvol=@"]; # options = ["subvol=@"];
}; # };
"/sdmanjaro/home" = { # "/sdmanjaro/home" = {
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532"; # device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
fsType = "btrfs"; # fsType = "btrfs";
options = ["subvol=home"]; # options = ["subvol=home"];
}; # };
}; };
swapDevices = []; swapDevices = [];