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";
};
"/sdmanjaro" = {
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
fsType = "btrfs";
options = ["subvol=@"];
};
# "/sdmanjaro" = {
# device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
# fsType = "btrfs";
# options = ["subvol=@"];
# };
"/sdmanjaro/home" = {
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
fsType = "btrfs";
options = ["subvol=home"];
};
# "/sdmanjaro/home" = {
# device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
# fsType = "btrfs";
# options = ["subvol=home"];
# };
};
swapDevices = [];