nixpkgs/pkgs/top-level
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
..
all-packages.nix * Added a script to generate the kernel configuration. 2009-12-12 13:51:07 +00:00
guile-2-test.nix GNU Guile 1.9 with coverage analysis builds. 2009-10-28 16:16:23 +00:00
haskell-packages.nix Added httpd-shed. 2009-12-02 12:48:34 +00:00
make-tarball.nix * Use the stable Nix to test the Nixpkgs expressions, since we always 2009-11-18 12:22:24 +00:00
mingw.nix
perl-packages.nix * Added Digest::SHA. 2009-11-17 13:07:14 +00:00
python-packages.nix Mirror for pysqlite. Thanks to roconnor 2009-11-07 23:27:33 +00:00
release.nix svn path=/nixpkgs/trunk/; revision=18830 2009-12-07 14:56:48 +00:00