system: Automatically add essential services.
authorLudovic Courtès <ludo@gnu.org>
Fri, 9 May 2014 20:58:46 +0000 (22:58 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 9 May 2014 20:59:18 +0000 (22:59 +0200)
commit217a5b852e02775123a30131f63684c09bd6ac77
tree89563dcc30851ee21da7f07ce04fc22b069dbea9
parente5c66f8c7bfb1f8c4162d19b3d01526164cfe2a4
system: Automatically add essential services.

* gnu/services/base.scm (%base-services): Remove calls to
  'host-name-service', 'user-processes-service', and
  'root-file-system-service'.
* gnu/system.scm (<operating-system>)[operating-system-services]: Rename
  to...
  [operating-system-user-services]: ... this.
  (essential-services, operating-system-services): New procedures.
  (operating-system-accounts, operating-system-etc-directory,
  operating-system-boot-script, operating-system-derivation): Adjust to
  new 'operating-system-services' return type.
gnu/services/base.scm
gnu/system.scm