From 2fa351b6a51449942bcf1f95c575d2d5e50090c2 Mon Sep 17 00:00:00 2001 From: Niklas Hambüchen Date: Fri, 3 Jul 2020 01:43:31 +0200 Subject: qemu-vm.nix: Do not mount `/boot` read-only. There does not seem to be a good reason to do this, and it breaks running `nixos-rebuild boot --install-bootloader` inside the VM. --- nixos/modules/virtualisation/qemu-vm.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/modules/virtualisation/qemu-vm.nix') diff --git a/nixos/modules/virtualisation/qemu-vm.nix b/nixos/modules/virtualisation/qemu-vm.nix index 5a502c36180..975b131d265 100644 --- a/nixos/modules/virtualisation/qemu-vm.nix +++ b/nixos/modules/virtualisation/qemu-vm.nix @@ -630,7 +630,6 @@ in { "/boot" = { device = "${lookupDriveDeviceName "boot" cfg.qemu.drives}2"; fsType = "vfat"; - options = [ "ro" ]; noCheck = true; # fsck fails on a r/o filesystem }; }); -- cgit 1.4.1