nixpkgs/modules/system
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
..
activation Set uniq type on boot.loader.kernelFile 2012-08-09 11:00:35 -04:00
boot fix kernel 3.4+ early cifs mounting (qemu-vm target) 2012-08-30 18:31:45 +02:00
etc * Support globbing in the source attribute of environment.etc entries. 2012-05-17 18:43:45 +00:00
upstart Do not assume that /dev/console can always be written. 2012-08-18 14:29:09 +02:00
upstart-events Rename time.clockLocal -> time.hardwareClockInLocalTime. 2012-07-11 15:33:34 -04:00