nixpkgs/modules/installer
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
..
cd-dvd * Modularise the building of the installation CD/DVD. The module 2009-06-05 13:35:27 +00:00
grub * Refactoring: moved some options out of system/options.nix (almost 2009-05-27 23:14:38 +00:00
tools * Move the optional parts of the system path to the appropriate 2009-05-29 13:15:31 +00:00