- Jul 23, 2014
-
-
Ludovic Courtès authored
* gnu/system/file-systems.scm (<file-system>)[create-mount-point?]: New field. * gnu/services/base.scm (file-system-service): Add #:create-mount-point? parameter and honor it. * gnu/system.scm (other-file-system-services): Update 'file-system-service' call accordingly. * doc/guix.texi (File Systems): Document it.
-
- Jul 22, 2014
-
-
Ludovic Courtès authored
Suggested by Adam Pribyl <pribyl@lowlevel.cz>. * gnu/services/base.scm (udev-service)[requirement]: Add 'file-system-/dev'. * gnu/system/file-systems.scm (%devtmpfs-file-system, %base-file-systems): New variables. * gnu/system/install.scm (installation-services)[file-systems]: Use %base-file-systems. * build-aux/hydra/demo-os.scm (file-systems): Likewise. * doc/guix.texi (System Installation): Show %BASE-FILE-SYSTEMS in the example. (Using the Configuration System): Likewise. (File Systems): Document %base-file-systems, %devtmpfs-file-system, %binary-format-file-system, and %fuse-control-file-system.
-
Ludovic Courtès authored
* doc/guix.texi (System Installation): s/are/is/.
-
- Jul 21, 2014
-
-
Cyril Roelandt authored
* doc/guix.texi: Update the documentation. * guix/scripts/package.scm: Add a "show" option. * tests/guix-package.sh: Add a test for the "show" option.
-
- Jul 20, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Invoking guix refresh): Show example output of the command.
-
Eric Bavier authored
* guix/packages.scm (package-direct-inputs): New procedure. * gnu/packages.scm (vhash-refq, package-direct-dependents) (package-transitive-dependents, package-covering-dependents): New procedures. * guix/scripts/refresh.scm (%options, show-help, guix-refresh): Add --list-dependent option. * doc/guix.texi (Invoking guix refresh): Document '--list-dependent' option.
-
- Jul 18, 2014
-
-
Mark H Weaver authored
* doc/guix.texi (Using the Configuration System): 'gid' -> 'group' in user-account example. (Initial RAM Disk): 'base-init' -> 'base-initrd'.
-
- Jul 17, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Setuid Programs): New node.
-
Ludovic Courtès authored
* doc/guix.texi (Initial RAM Disk): New node. * gnu/system/linux-initrd.scm (expression->initrd): Adjust docstring.
-
Ludovic Courtès authored
* doc/guix.texi (Limitations): New subsection.
-
- Jul 16, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (GNU Distribution): Move "System Configuration" right after "System Installation".
-
- Jul 14, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Installation): Add cross-ref to "System Installation". (System Installation): New section. (System Configuration): Remove disclaimer.
-
Ludovic Courtès authored
* doc/guix.texi (Defining Services): Remove listing of service procedures; add xref to "Services".
-
Ludovic Courtès authored
* gnu/services/base.scm (guix-service): Add #:use-substitutes? and #:extra-options parameters, and honor them. * doc/guix.texi (Base Services): Adjust accordingly.
-
- Jul 12, 2014
-
-
Ludovic Courtès authored
* gnu/services/networking.scm (tor-service): New procedure. * doc/guix.texi (Networking Services): Document it. * build-aux/hydra/demo-os.scm: Use it. Add TOR and TORSOCKS to 'packages'.
-
- Jul 11, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Using the Configuration System): Remove details about '%base-services', and link to "Services". (Services): Add introductory text. (Base Services, Networking Services, X Window): New nodes.
-
- Jul 08, 2014
-
-
Ludovic Courtès authored
* guix/scripts/system.scm (switch-to-system): Add #:system parameter; pass it to 'run-with-store'. (%options): Add '--system'. (guix-system): Pass the 'system' option to 'run-with-store', 'package-derivation', and 'switch-to-system' calls. * doc/guix.texi (Invoking guix system): Document '--system' and '--image-size'.
-
- Jul 03, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (File Systems): Fix typo. (User Accounts): Populate.
-
- Jul 02, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Using the Configuration System): Change 'guix system boot' to 'guix system reconfigure'. (File Systems, User Accounts, Services): New nodes.
-
- Jun 27, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Using the Configuration System): Make the intro more user-oriented. Change example to return an operating system. Fix typos. Mention mandatory/optional fields.
-
- Jun 26, 2014
-
-
Ludovic Courtès authored
* guix/scripts/system.scm (%system-profile): New variable. (switch-to-system, previous-grub-entries): New procedures. (unless-file-not-found): New macro. (show-help): Add 'reconfigure'. (guix-system): Handle it. * gnu/system.scm: Export 'operating-system-activation-script'. * doc/guix.texi (Invoking guix system): Document it.
-
- Jun 19, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Invoking guix system): Add note about KVM support.
-
- Jun 14, 2014
-
-
Ludovic Courtès authored
* guix/ui.scm (%guix-user-module): New variable. (read/eval): Pass it as the second argument to 'eval'. * guix/scripts/build.scm (options/resolve-packages): Add case for 'gexp?'. * tests/guix-build.sh: Add tests. * doc/guix.texi (Invoking guix build): Document '-e gexp'. guxi build: Allow gexps to be passed to '-e'. * guix/ui.scm (%guix-user-module): New variable. (read/eval): Pass it as the second argument to 'eval'. * guix/scripts/build.scm (options/resolve-packages): Add case for 'gexp?'. * tests/guix-build.sh: Add tests. * doc/guix.texi (Invoking guix build): Document '-e gexp'.
-
- Jun 09, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Programming Interface): Add a sentence on "derivation".
-
- Jun 06, 2014
-
-
Ludovic Courtès authored
* guix/derivations.scm (build-expression->derivation): Add #:allowed-references and pass it to 'derivation. * doc/guix.texi (Derivations): Adjust accordingly.
-
- Jun 04, 2014
-
-
Ludovic Courtès authored
* gnu/system.scm (<operating-system>)[packages]: Change default value to %BASE-PACKAGES. (%base-packages): New variable. * gnu/system/install.scm (installation-os): Use it when defining the 'packages' field. * doc/guix.texi (Using the Configuration System): Use %BASE-PACKAGES in example. Remove now unneeded module imports. Explain this.
-
- Jun 01, 2014
-
-
Ludovic Courtès authored
* guix/derivations.scm (derivation): Add #:allowed-references parameter. [user+system-env-vars]: Honor it. * tests/derivations.scm ("derivation #:allowed-references, ok", "derivation #:allowed-references, not allowed", "derivation #:allowed-references, self allowed", "derivation #:allowed-references, self not allowed"): New tests. * doc/guix.texi (Derivations): Document #:allowed-references.
-
- May 30, 2014
-
-
Ludovic Courtès authored
* guix/build/linux-initrd.scm (%ext2-endianness, %ext2-sblock-magic, %ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name): New macros. (read-ext2-superblock, ext2-superblock-uuid, ext2-superblock-volume-name, disk-partitions, partition-label-predicate, find-partition-by-label, canonicalize-device-spec): New procedures. (mount-file-system): Use 'canonicalize-device-spec' on SOURCE. (boot-system): Likewise for ROOT. * doc/guix.texi (Using the Configuration System): Adjust 'file-system' declaration accordingly.
-
- May 25, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Package Naming): Mention underscores, and give SDL_net as an example.
-
- May 24, 2014
-
-
Ludovic Courtès authored
* gnu/services/base.scm (nscd-service): Add 'activate' field. * guix/build/install.scm (directives): Remove /var/run/nscd; add /var/run. * doc/guix.texi (Defining Services): Add 'activate' field in example. Document it.
-
- May 22, 2014
-
-
Ludovic Courtès authored
* guix/scripts/system.scm (show-help): Add 'disk-image'. (guix-system)[parse-options]: Support 'disk-image' action. [option-arguments]: Likewise. Handle the 'disk-image' action. * doc/guix.texi (Invoking guix system): Document 'disk-image'.
-
Ludovic Courtès authored
* gnu.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * build-aux/hydra/demo-os.scm: Use (gnu) and strip import list accordingly. * doc/guix.texi (Using the Configuration System): Adjust example accordingly.
-
- May 19, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Using the Configuration System): Add 'bootloader' field.
-
Ludovic Courtès authored
* guix/scripts/system.scm (install): Add #:grub?, #:grub.cfg, and #:device parameters; honor them. (show-help): Document '--no-grub'. (%options): Add '--no-grub'. (%default-options): Add 'install-grub?'. (guix-system): Honor 'install-grub?' option from OPTS. Adjust 'install' call accordingly. * doc/guix.texi (Invoking guix system): Document '--no-grub'.
-
- May 18, 2014
-
-
Ludovic Courtès authored
* 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'.
-
- May 16, 2014
-
-
Ludovic Courtès authored
* guix/scripts/system.scm (show-help): Document 'build' action. (guix-system): Honor 'build' action. * doc/guix.texi (Invoking guix system): Add 'build' action.
-
- May 13, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Installing Debugging Files): Add @cindex. Remove unneeded '-i' in example. Mention source code an 'directory'. Link to "Build Systems" instead of "Defining Packages".
-
- May 12, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Invoking guix package): Add LGPLv3 example.
-
- May 11, 2014
-
-
Andreas Enge authored
* doc/guix.texi (Perl modules): New section explaining the naming of perl modules.
-
- May 08, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (G-Expressions): Mention Oleg's work on "staging" in footnote.
-