mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos/qemu-vm: fsck ESP
The ESP is a writable vfat filesystem that can be fscked like any other fs thus we should stick to the default.
This commit is contained in:
parent
0e5f929851
commit
b7b90d0455
1 changed files with 0 additions and 1 deletions
|
@ -1242,7 +1242,6 @@ in
|
||||||
"/boot" = lib.mkIf (cfg.useBootLoader && cfg.bootPartition != null) {
|
"/boot" = lib.mkIf (cfg.useBootLoader && cfg.bootPartition != null) {
|
||||||
device = cfg.bootPartition;
|
device = cfg.bootPartition;
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
noCheck = true; # fsck fails on a r/o filesystem
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue