nixpkgs/modules/system/boot
Mathijs Kwik bce1cdd59c fix kernel 3.4+ early cifs mounting (qemu-vm target)
kernel 3.4+ needs cifs-utils to mount CIFS filesystems.
the kernel itself (and busybox's cifs mount code) are no longer able
to do this in some/most cases and will error out saying:
"CIFS VFS: connecting to DFS root not implemented yet"

Nixos' qemu-vm target is hurt by this, as it wants to mount /nix/store
via cifs very early in the boot process.

This commit makes sure the initrd for affected kernels is built with
cifs-utils if needed.
2012-08-30 18:31:45 +02:00
..
loader The efi boot stub code should only be run if it is enabled 2012-08-09 10:37:43 -04:00
kernel.nix Minor reorganization 2012-08-07 18:09:08 -04:00
luksroot.nix LUKS root: Fix key file check 2012-08-02 11:39:31 +02:00
modprobe.nix Global replace /var/run/booted-system -> /run/booted-system 2012-07-16 11:34:21 -04:00
stage-1-init.sh stage-1-init: Close temporary file descriptor 2012-08-07 10:05:33 -04:00
stage-1.nix fix kernel 3.4+ early cifs mounting (qemu-vm target) 2012-08-30 18:31:45 +02:00
stage-2-init.sh change permission of /run/lock to allow non-root access to subdirectories 2012-08-26 10:17:22 +02:00
stage-2.nix Add findutils dependency for /tmp cleaning. 2012-06-11 07:05:15 +00:00