guix system: Add 'init' sub-command.
authorLudovic Courtès <ludo@gnu.org>
Sun, 18 May 2014 19:32:57 +0000 (21:32 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 18 May 2014 20:27:23 +0000 (22:27 +0200)
commit72b9d60df4723541e1a65f7a3d14abb757fbed97
treeb2f4a29ef26d14f940f4df28a10af9f5c22b79d8
parentbb31e0a3ee2ba23fa7a57471b0aa2363404f4c27
guix system: Add 'init' sub-command.

* guix/scripts/system.scm (install): New procedure.
  (guix-system)[parse-option]: Remove check for extraneous arguments.
  [match-pair, option-arguments]: New procedures.
  Use 'option-arguments'.  Honor 'init'.
  (show-help): Document 'init'.
* doc/guix.texi (Invoking guix system): Document 'init'.
doc/guix.texi
guix/scripts/system.scm