move BLK_DEV_INITRD to base.nix

This commit is contained in:
Daniel Barlow
2023-04-10 20:28:18 +01:00
parent fe99abc450
commit 633a4f8003
4 changed files with 7 additions and 21 deletions

View File

@@ -95,6 +95,13 @@ in {
PACKET = "y"; # for ppp, tcpdump ...
SYSVIPC= "y";
# disabling this option causes the kernel to use an "empty"
# initramfs instead: it has a /dev/console node and not much
# else. Note that pid 1 is started *before* the root
# filesystem is mounted and it expects /dev/console to be
# present already
BLK_DEV_INITRD = lib.mkDefault "n"; # overriden by initramfs module
# s6-linux-init mounts this on /dev
DEVTMPFS = "y";
# some or all of these may be fix for "tmpfs: Unknown parameter 'mode'" error