Go to file
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
doc * Synced with trunk @ 14801 2009-04-08 14:01:16 +00:00
hardware Move hardware modules outside of the module directory because these are modules which should be imported only when you need to support some of them. 2009-05-27 20:27:46 +00:00
installer/cd-dvd * Merged some trunk commits. 2009-06-05 11:18:58 +00:00
lib * Modularise the building of the installation CD/DVD. The module 2009-06-05 13:35:27 +00:00
maintainers/scripts * Oops. 2009-05-27 23:45:31 +00:00
modules * Modularise the building of the installation CD/DVD. The module 2009-06-05 13:35:27 +00:00
test * Add a small script to ensure that all configurations in doc/config-examples can be evaluated. 2009-02-22 23:34:03 +00:00
default.nix * Make eval-config.nix a bit more general to make it easier to build 2009-06-05 13:19:39 +00:00
README * URL updates. 2008-05-09 15:08:43 +00:00
release.nix * Synced with trunk @ 14801 2009-04-08 14:01:16 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.