guix/gnu/system
Ludovic Courtès 033adfe7e0 gnu: Add (gnu system).
* gnu/system/vm.scm (lower-inputs): Move to monads.scm.
  (qemu-image): Don't add GRUB-CONFIGURATION to the INPUTS-TO-COPY.
  (union, file-union, etc-directory): Move to gnu/system.scm.
  (%demo-operating-system): New variable.
  (system-qemu-image): Add 'os' parameter.  Rewrite in terms of
  'operating-system-derivation'.
* guix/monads.scm (lower-inputs): New procedure.
* gnu/system/grub.scm (grub-configuration-file): Change 'entries' to be
  a plain list instead of a list of monadic values.
* gnu/system.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-12-10 00:24:02 +01:00
..
dmd.scm gnu: Populate /etc upon startup. 2013-12-08 22:43:56 +01:00
grub.scm gnu: Add (gnu system). 2013-12-10 00:24:02 +01:00
linux.scm derivations: Use more keyword parameters for 'build-expression->derivation'. 2013-12-04 16:07:53 +01:00
shadow.scm gnu: dmd: Add 'user-accounts' and 'user-groups' fields to <service>. 2013-12-07 15:01:40 +01:00
vm.scm gnu: Add (gnu system). 2013-12-10 00:24:02 +01:00