mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
e4e408293e
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 |
||
---|---|---|
.. | ||
eval-config.nix | ||
from-env.nix | ||
make-iso9660-image.nix | ||
make-iso9660-image.sh | ||
unpack-theme.nix | ||
unpack-theme.sh |