1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules
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
..
config Merge pull request #25 from shlevy/required-kernel-config 2012-08-08 10:33:41 -07:00
hardware Removing rt73 module, adding ralink module. 2012-08-11 14:53:34 +02:00
installer find modules/ -name \*.nix -print0 | xargs -0 sed -i 's/RT73Firmware/RalinkFirmware/g' 2012-08-11 12:34:35 -04:00
misc spamassassin: use a dedicated user for running spamd 2012-08-28 16:27:28 +02:00
profiles Remove jfsrec from the minimal CD because it pulls in Boost 2012-07-25 11:39:41 -04:00
programs modules/programs/bash/bashrc.sh: adapt bash completion for version 2.0 of the package 2012-08-20 16:37:14 +02:00
security modules/security/sudo.nix: added 'wheelNeedsPassword' option (default: true) 2012-08-13 14:37:32 +02:00
services logcheck: make sure directories are writable during merge phase 2012-08-29 22:59:28 +02:00
system fix kernel 3.4+ early cifs mounting (qemu-vm target) 2012-08-30 18:31:45 +02:00
tasks networking: add proxy_arp / proxy_ndp options. 2012-08-29 22:59:36 +02:00
testing qemu tests use the virtio console to run commands 2012-08-07 17:04:00 -04:00
virtualisation Provide a common share between VMs to allow easy communication 2012-08-16 10:47:33 -04:00
module-list.nix add logcheck module 2012-08-26 16:04:49 +02:00
rename.nix Adding a rename line for rt73 -> ralink. 2012-08-11 14:54:43 +02:00