nixpkgs/pkgs
Eelco Dolstra 03e45e0cb4 * Added a script to generate the kernel configuration.
`generate-config.pl' runs `make config' to generate a Linux kernel
  configuration file.  For each question (i.e. kernel configuration
  option), unless an override is provided, it answers "m" if possible,
  and otherwise uses the default answer (as determined by the default
  config for the architecture).  This is safer than allmodconfig,
  which answers "y" everywhere it can't answer "m" and thus ends up
  enabling a lot of experimental or debug options.  (For this reason,
  a configuration generated by allmodconfig must be carefully checked
  with every new release to ensure that nothing dangerous is enabled.
  The default config should be safer wrt new kernel releases.)

  Overrides are specified in the `config' argument to generic.nix,
  which is a string that contains lines such as `EXT2_FS_POSIX_ACL y'.
  The script warns about ignored options, and aborts if `make config'
  selects an answer inconsistent with the one in `config'.  This
  allows us to be sure that `make config' doesn't silently override
  our configuration values (e.g., depending on other options, it will
  set FB_TILEBLITTING to "y" even if we want it to be "n").

svn path=/nixpkgs/branches/kernel-config/; revision=18910
2009-12-12 13:51:07 +00:00
..
applications applications/version-management/git-and-tools/git: update to version 1.6.5.5 2009-12-08 20:35:51 +00:00
build-support * Added Fedora 12. This requires the latest RPM, because the RPMs are 2009-12-09 22:35:46 +00:00
configs/etc
data Updating the libstdc++ man pages to 4.4.0. We have gcc-4.3.4 in trunk, but I don't think it will be any annoyance. 2009-12-10 08:12:49 +00:00
desktops Massive KDE upgrade: 2009-12-02 10:51:33 +00:00
development Add expression for PolyML 2009-12-10 13:16:06 +00:00
games Update xboard 2009-12-10 06:55:12 +00:00
lib nixpkgs lib: adding haskell's take 2009-12-08 21:47:14 +00:00
misc * Refactoring: move most filesystem utilities / FUSE filesystems to 2009-12-04 15:39:49 +00:00
os-specific * Added a script to generate the kernel configuration. 2009-12-12 13:51:07 +00:00
servers pkgs/servers/x11/xorg/overrides.nix: dropped override for libXaw on Darwin 2009-12-09 15:56:20 +00:00
shells * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
stdenv changes for x86_64-darwin support 2009-11-27 10:56:07 +00:00
test
tools * RPM updated to 4.7.2. 2009-12-09 22:34:51 +00:00
top-level * Added a script to generate the kernel configuration. 2009-12-12 13:51:07 +00:00