Skip to content

Commit 3b0f8ee

Browse files
SuperSandro2000astro
authored andcommitted
Disable fsck for ro disks
1 parent 8c744a2 commit 3b0f8ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos-modules/microvm/mounts.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ lib.mkIf config.microvm.guest.enable {
4040
fsType = storeDiskType;
4141
options = [ "x-systemd.requires=systemd-modules-load.service" ];
4242
neededForBoot = true;
43+
noCheck = true;
4344
};
4445
}
4546
) (
@@ -67,6 +68,7 @@ lib.mkIf config.microvm.guest.enable {
6768
fsType = storeDiskType;
6869
options = [ "x-systemd.requires=systemd-modules-load.service" ];
6970
neededForBoot = true;
71+
noCheck = true;
7072
};
7173
}
7274
) (

0 commit comments

Comments
 (0)