summary refs log tree commit diff
path: root/host/rootfs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-03-05 01:19:06 +0000
committerAlyssa Ross <hi@alyssa.is>2022-04-26 09:22:52 +0000
commit6ad8b10ea1dde7bc0b98b53c6b97ebf2d3bc8e75 (patch)
treee59cc64e4eea427c3315d42cddcfb8695f4801bf /host/rootfs
parent78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d (diff)
downloadspectrum-6ad8b10ea1dde7bc0b98b53c6b97ebf2d3bc8e75.tar
spectrum-6ad8b10ea1dde7bc0b98b53c6b97ebf2d3bc8e75.tar.gz
spectrum-6ad8b10ea1dde7bc0b98b53c6b97ebf2d3bc8e75.tar.bz2
spectrum-6ad8b10ea1dde7bc0b98b53c6b97ebf2d3bc8e75.tar.lz
spectrum-6ad8b10ea1dde7bc0b98b53c6b97ebf2d3bc8e75.tar.xz
spectrum-6ad8b10ea1dde7bc0b98b53c6b97ebf2d3bc8e75.tar.zst
spectrum-6ad8b10ea1dde7bc0b98b53c6b97ebf2d3bc8e75.zip
host/rootfs: don't set kernel CONFIG_MODPROBE_PATH
We needed this to work around a bug in Nixpkgs, which I've now fixed.
Diffstat (limited to 'host/rootfs')
-rw-r--r--host/rootfs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/rootfs/default.nix b/host/rootfs/default.nix
index 0bef7ba..1968282 100644
--- a/host/rootfs/default.nix
+++ b/host/rootfs/default.nix
@@ -51,7 +51,6 @@ let
       VIRTIO_PCI = yes;
       VIRTIO_BLK = yes;
       EXT4_FS = yes;
-      MODPROBE_PATH = freeform "/sbin/modprobe";
     };
   };