gnu: Add (gnu system).
authorLudovic Courtès <ludo@gnu.org>
Mon, 9 Dec 2013 20:32:36 +0000 (21:32 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 9 Dec 2013 23:24:02 +0000 (00:24 +0100)
commit033adfe7e0ed37f42098772549414a1dc797605c
tree45f9f9a50dc3af97f8b5b0a4c4a51303cc28a047
parent593c3fe600a5f5e90a6eea3a175f83d3319b4efe
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.
gnu-system.am
gnu/system.scm [new file with mode: 0644]
gnu/system/grub.scm
gnu/system/vm.scm
guix/monads.scm