~ruther/guix-local

ref: 175ced413cb1c31ec58e06a4c2de8a0ae53fdaeb guix-local/doc/guix.texi -rw-r--r-- 245.5 KiB
175ced41 — Ludovic Courtès 11 years ago
install: Use the right user and group name for files in the binary tarball.

Suggested by Andreas Enge <andreas@enge.fr>
at <http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00220.html>.

* gnu/system/install.scm (self-contained-tarball): Pass --owner and
  --group to 'tar'.
* doc/guix.texi (Binary Installation): Move group and account creation
  before extraction.  Make "run the daemon" a separate step.
cfc149dc — Ludovic Courtès 11 years ago
doc: Suggest the same build user and group names as on GuixSD.

* doc/guix.texi (Build Environment Setup): Suggest the user and group
  names as used on GuixSD.
  (Binary Installation): Adjust accordingly.
d72d05f9 — Ludovic Courtès 11 years ago
doc: Better suggestion for the /usr/local/bin/guix symlink.

Suggested by Andreas Enge <andreas@enge.fr>
at <http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00220.html>.

* doc/guix.texi (Binary Installation): Use the longer 'guix' file name.
152dd61c — Ludovic Courtès 11 years ago
doc: Document 'ifconfig eno1 up' before running 'dhclient'.

Reported by Scott McDonough <smcdonough1@gmail.com>
in <http://bugs.gnu.org/20582>.

* doc/guix.texi (System Installation): Suggested setting the interface
  up before running 'dhclient'.
8c3a5d70 — Ludovic Courtès 11 years ago
doc: Suggest how to preserve /var and /root owner and permissions.

Reported by Andreas Enge <andreas@enge.fr>.

* doc/guix.texi (Binary Installation): Suggest --skip-old-files when
  extracting the archive.
49607566 — Ludovic Courtès 11 years ago
doc: Increase package count.

* doc/guix.texi (System Installation): Increase package count.
9e2292ef — Ludovic Courtès 11 years ago
publish: Add '--listen'.

* guix/scripts/publish.scm (show-help, %options): Add --listen.
  (getaddrinfo*): New procedure.
  (%default-options): Add 'address'.
  (open-server-socket): Replace 'addr' and 'port' with 'address', a
  sockaddr.
  (guix-publish): Adjust accordingly.  Augment "publishing" message with
  the actual address.
* doc/guix.texi (Invoking guix publish): Document it.
5463fe51 — Ludovic Courtès 11 years ago
publish: Add '--user' option.

* guix/scripts/publish.scm (show-help): Add --user.
  (%options): Likewise.
  (run-publish-server): Change 'port' parameter to 'socket'.  Pass
  #:socket instead of #:addr and #:port to 'run-server'.  Update caller
  accordingly.
  (open-server-socket, gather-user-privileges): New procedures.
  (guix-publish): Use them.  Force %PRIVATE-KEY and %PUBLIC-KEY early
  on.  Warn when running as root.
* doc/guix.texi (Invoking guix publish): Document --user.
8ce229fc — Ludovic Courtès 11 years ago
doc: Make 'guix publish' more visible.

* doc/guix.texi (Substitutes): Add xref to "Invoking guix publish".
  (Invoking guix publish): Add xref to "Substitutes".  Explain what
  Hydra is.
4705641f — Ludovic Courtès 11 years ago
doc: "GSD" -> "GuixSD".

* doc/guix.texi: Replace "GSD" with "GuixSD".
ae806096 — Ludovic Courtès 11 years ago
doc: Use @indicateurl where appropriate.

* doc/guix.texi (Binary Installation, Invoking guix-daemon, System
  Installation): Use @indicateurl instead of @code where appropriate.
efb5e833 — Ludovic Courtès 11 years ago
doc: Document X.509 certificates.

* doc/guix.texi (Using the Configuration System): Add xref to "X.509
  Certificates".
  (X.509 Certificates): New section.
* gnu/system/examples/desktop.tmpl: Use NSS-CERTS.
f0b98b84 — Ludovic Courtès 11 years ago
doc: Mention GNU Make as a requirement.

* README (Requirements): Add GNU Make.
* doc/guix.texi (Requirements): Likewise.
47c66da0 — Ludovic Courtès 11 years ago
build: Require Guile >= 2.0.7.

* configure.ac: Require guile-2.0 >= 2.0.7.
* README: Adjust accordingly.
* doc/guix.texi (Requirements): Likewise.
dd51caac — Ludovic Courtès 11 years ago
doc: Show both the "bare-bones" and the "desktop" configurations.

* doc/guix.texi (System Installation): Add xref to "Using the
  Configuration System" instead of including one here.
  (Using the Configuration System): Remove first example, and include
  os-config-bare-bones.texi instead.  Include os-config-desktop.texi as
  a second example.
* doc.am (OS_CONFIG_EXAMPLES_TEXI): New variable.
  (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Use it.
  (doc/os-config.texi): Remove.
  (doc/os-config-%.texi): New target.
e1fbc32a — Ludovic Courtès 11 years ago
install: Have several OS config templates under /etc/configuration.

* gnu/system/install.scm (configuration-template-service): Remove
  'local-template' and 'template'.  Add 'search' and 'templates'.
  [activate]: Copy all of TEMPLATES to /etc/configuration.
* doc/guix.texi (System Installation): Adjust file name accordingly.
965a7332 — Ludovic Courtès 11 years ago
doc: Document 'avahi-service'.

* gnu/services/avahi.scm (avahi-service): Add URL in docstring.
* doc/guix.texi (Networking Services): Document it.
  (Name Service Switch): Fix cross-reference.
04e4e6ab — Ludovic Courtès 11 years ago
doc: Document sessions and ~/.xsession for SLiM.

* gnu/services/xorg.scm (slim-service): Document session types and
  ~/.xsession.
* doc/guix.texi (X Window): Adjust accordingly.
4467be21 — Ludovic Courtès 11 years ago
services: Add '%desktop-services'.

* gnu/services/desktop.scm (%desktop-services): New variable.
* doc/guix.texi (Desktop Services): Document it.
15137a29 — Ludovic Courtès 11 years ago
nss: Add '%mdns-host-lookup-nss'.

* gnu/system/nss.scm (%mdns-host-lookup-nss): New variable.
* doc/guix.texi (Name Service Switch): Document it.
Next