nixpkgs/modules
Eelco Dolstra e4e408293e * Modularise the building of the installation CD/DVD. The module
iso-image.nix contains the minimal stuff necessary to build a
  bootable ISO image containing the given configuration.  The idea is
  that this can be customised by providing additional modules, e.g. to
  add extra packages to the image.

  The ISO image is exported in the configuration attribute
  system.build.isoImage.  So it can be built as follows:

  $ nix-build lib/eval-config.nix \
      --arg configuration 'import ./modules/installer/cd-dvd/iso-image.nix' \
      -A config.system.build.isoImage


svn path=/nixos/branches/modular-nixos/; revision=15871
2009-06-05 13:35:27 +00:00
..
config * Revert r15862, as the "host" package in system-path.nix (or any other 2009-06-05 12:57:44 +00:00
hardware * Moved the last modules to modules/. 2009-05-29 14:11:02 +00:00
installer * Modularise the building of the installation CD/DVD. The module 2009-06-05 13:35:27 +00:00
misc * Move the uid/gid mappings into a module. This allows other modules 2009-05-29 14:25:56 +00:00
programs * Doh. 2009-05-29 13:30:28 +00:00
security * kdm needs the "kde" PAM module, but you only get it when KDE is 2009-05-29 14:57:31 +00:00
services * Quick hack in the X server job: wait until udev is running, since we 2009-06-03 08:14:54 +00:00
system svn path=/nixos/branches/modular-nixos/; revision=15866 2009-06-05 13:24:23 +00:00
tasks * The fileSystems option shouldn't have a default. 2009-06-05 13:30:30 +00:00
module-list.nix * Move the uid/gid mappings into a module. This allows other modules 2009-05-29 14:25:56 +00:00