* Disable wicd in the installation CD for now, because it causes

dhcpcd to segfault randomly or give corrupt output.  See e.g.

    http://hydra.nixos.org/build/2380666/nixlog/1/raw

  The problem seems to be that wicd sends a "-k" command to dhcpcd to
  release the interface, which doesn't work well with a dhcpcd that
  handles all interfaces in one process.

svn path=/nixos/trunk/; revision=33720
This commit is contained in:
Eelco Dolstra 2012-04-10 13:09:56 +00:00
parent 1201116832
commit 5409e76353

View File

@ -12,7 +12,7 @@ with pkgs.lib;
]; ];
# Provide wicd for easy wireless configuration. # Provide wicd for easy wireless configuration.
networking.wicd.enable = true; #networking.wicd.enable = true;
# KDE complains if power management is disabled (to be precise, if # KDE complains if power management is disabled (to be precise, if
# there is no power management backend such as upower). # there is no power management backend such as upower).