| Commit message (Expand) | Author | Age | Files | Lines |
* | system: Add '%devtmpfs-file-system' for udev, and '%base-file-systems'.•••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 | 2014-07-22 | 1 | -4/+33 |
* | doc: Fix typo.•••* doc/guix.texi (System Installation): s/are/is/.
| Ludovic Courtès | 2014-07-22 | 1 | -1/+1 |
* | guix package: add a "show" option.•••* 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.
| Cyril Roelandt | 2014-07-21 | 1 | -0/+24 |
* | doc: Show output of 'guix refresh --list-dependent' example.•••* doc/guix.texi (Invoking guix refresh): Show example output of the
command.
| Ludovic Courtès | 2014-07-20 | 1 | -1/+3 |
* | guix: refresh: Add --list-dependent option.•••* 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.
| Eric Bavier | 2014-07-20 | 1 | -0/+25 |
* | Fix typos in manual.•••* doc/guix.texi (Using the Configuration System): 'gid' -> 'group'
in user-account example.
(Initial RAM Disk): 'base-init' -> 'base-initrd'.
| Mark H Weaver | 2014-07-18 | 1 | -2/+2 |
* | doc: Add "Setuid Programs" node.•••* doc/guix.texi (Setuid Programs): New node.
| Ludovic Courtès | 2014-07-17 | 1 | -0/+48 |
* | doc: Add "Initial RAM Disk" section.•••* doc/guix.texi (Initial RAM Disk): New node.
* gnu/system/linux-initrd.scm (expression->initrd): Adjust docstring.
| Ludovic Courtès | 2014-07-17 | 1 | -0/+71 |
* | doc: List noteworthy limitations.•••* doc/guix.texi (Limitations): New subsection.
| Ludovic Courtès | 2014-07-17 | 1 | -5/+41 |
* | doc: Move "System Configuration" higher.•••* doc/guix.texi (GNU Distribution): Move "System Configuration" right
after "System Installation".
| Ludovic Courtès | 2014-07-16 | 1 | -468/+467 |
* | doc: Add a "System Installation" node.•••* doc/guix.texi (Installation): Add cross-ref to "System Installation".
(System Installation): New section.
(System Configuration): Remove disclaimer.
| Ludovic Courtès | 2014-07-15 | 1 | -4/+172 |
* | doc: Remove redundant listing of services.•••* doc/guix.texi (Defining Services): Remove listing of service
procedures; add xref to "Services".
| Ludovic Courtès | 2014-07-14 | 1 | -14/+2 |
* | services: Add options to 'guix-service'.•••* gnu/services/base.scm (guix-service): Add #:use-substitutes? and
#:extra-options parameters, and honor them.
* doc/guix.texi (Base Services): Adjust accordingly.
| Ludovic Courtès | 2014-07-14 | 1 | -1/+9 |
* | services: Add Tor service.•••* 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'.
| Ludovic Courtès | 2014-07-12 | 1 | -0/+7 |
* | doc: Start writing about services.•••* 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.
| Ludovic Courtès | 2014-07-11 | 1 | -7/+149 |
* | guix system: Add '--system' option.•••* 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'.
| Ludovic Courtès | 2014-07-08 | 1 | -1/+15 |
* | doc: Document user accounts and user groups.•••* doc/guix.texi (File Systems): Fix typo.
(User Accounts): Populate.
| Ludovic Courtès | 2014-07-03 | 1 | -2/+88 |
* | doc: Write about file system configuration.•••* doc/guix.texi (Using the Configuration System): Change 'guix system
boot' to 'guix system reconfigure'.
(File Systems, User Accounts, Services): New nodes.
| Ludovic Courtès | 2014-07-02 | 1 | -1/+81 |
* | doc: Improve wording and example in "Using the Configuration System".•••* 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.
| Ludovic Courtès | 2014-06-27 | 1 | -26/+32 |
* | guix system: Add 'reconfigure' action.•••* 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.
| Ludovic Courtès | 2014-06-27 | 1 | -0/+12 |
* | doc: Mention KVM support for 'guix system'.•••* doc/guix.texi (Invoking guix system): Add note about KVM support.
| Ludovic Courtès | 2014-06-19 | 1 | -0/+6 |
* | guix 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'.
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'.
| Ludovic Courtès | 2014-06-14 | 1 | -1/+5 |
* | doc: Add a few words on the term "derivation".•••* doc/guix.texi (Programming Interface): Add a sentence on "derivation".
| Ludovic Courtès | 2014-06-09 | 1 | -1/+2 |
* | derivations: 'build-expression->derivation' supports #:allowed-references.•••* guix/derivations.scm (build-expression->derivation): Add
#:allowed-references and pass it to 'derivation.
* doc/guix.texi (Derivations): Adjust accordingly.
| Ludovic Courtès | 2014-06-06 | 1 | -3/+4 |
* | system: Define '%base-packages' and use it.•••* 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.
| Ludovic Courtès | 2014-06-04 | 1 | -19/+12 |
* | derivations: Add #:allowed-references 'derivation' parameter.•••* 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.
| Ludovic Courtès | 2014-06-01 | 1 | -1/+4 |
* | linux-initrd: Allow use of volume labels in 'file-system' declarations.•••* 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.
| Ludovic Courtès | 2014-05-30 | 1 | -1/+1 |
* | doc: Augment "Package Naming".•••* doc/guix.texi (Package Naming): Mention underscores, and give SDL_net
as an example.
| Ludovic Courtès | 2014-05-25 | 1 | -6/+9 |
* | services: nscd: Provide an 'activate' script to make /var/run/nscd.•••* 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.
| Ludovic Courtès | 2014-05-24 | 1 | -6/+13 |
* | guix system: Add 'disk-image' action.•••* 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 | 2014-05-22 | 1 | -3/+17 |
* | Add (gnu) module.•••* 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.
| Ludovic Courtès | 2014-05-22 | 1 | -2/+1 |
* | doc: Show the 'bootloader' field in system example.•••* doc/guix.texi (Using the Configuration System): Add 'bootloader'
field.
| Ludovic Courtès | 2014-05-19 | 1 | -0/+2 |
* | guix system: 'guix system init' installs GRUB by default.•••* 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'.
| Ludovic Courtès | 2014-05-19 | 1 | -0/+3 |
* | 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'.
| Ludovic Courtès | 2014-05-18 | 1 | -0/+15 |
* | guix system: Add 'build' action.•••* guix/scripts/system.scm (show-help): Document 'build' action.
(guix-system): Honor 'build' action.
* doc/guix.texi (Invoking guix system): Add 'build' action.
| Ludovic Courtès | 2014-05-16 | 1 | -0/+5 |
* | doc: Improve debugging file documentation.•••* 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".
| Ludovic Courtès | 2014-05-14 | 1 | -2/+10 |
* | doc: Add example for --search.•••* doc/guix.texi (Invoking guix package): Add LGPLv3 example.
| Ludovic Courtès | 2014-05-12 | 1 | -0/+11 |
* | doc: Add a section on perl modules in the packaging guidelines.•••* doc/guix.texi (Perl modules): New section explaining the naming of perl
modules.
| Andreas Enge | 2014-05-11 | 1 | -3/+17 |
* | doc: Mention Kiselyov's work on "staging".•••* doc/guix.texi (G-Expressions): Mention Oleg's work on "staging" in
footnote.
| Ludovic Courtès | 2014-05-08 | 1 | -4/+8 |
* | doc: Minor improvements in "G-Expressions".•••* doc/guix.texi (G-Expressions): Show coreutils version number in store
file name. Add xref to "Derivations", in documentation of
'gexp->derivation'. Fix typo.
| Ludovic Courtès | 2014-05-03 | 1 | -3/+3 |
* | system: Add first-class file system declarations.•••* gnu/system.scm (<operating-system>)[initrd]: Default to
'qemu-initrd'.
(<file-system>): New record type.
(operating-system-root-file-system): New procedure.
(operating-system-derivation): Take the device name for GRUB from
'operating-system-root-file-system'. Pass the
'operating-system-initrd' procedure the list of boot file systems.
* gnu/system/linux-initrd.scm (file-system->spec): New procedure.
(qemu-initrd): Add 'file-systems' parameter, and remove #:mounts
parameter.
[file-system-type-predicate]: New procedure.
[linux-modules]: Use it.
Adjust #:mounts argument in 'boot-system' call.
(gnu-system-initrd): Remove.
* gnu/system/vm.scm (%linux-vm-file-systems): New variable.
(expression->derivation-in-linux-vm): Adjust call to 'qemu-initrd'.
(virtualized-operating-system): New procedure.
(system-qemu-image/shared-store-script)[initrd]: Remove. Use
'virtualized-operating-system'. Get the 'initrd' file from OS-DRV.
* guix/build/linux-initrd.scm (mount-qemu-smb-share, mount-qemu-9p):
Remove.
(MS_RDONLY, MS_BIND): New global variables.
(bind-mount): Remove local 'MS_BIND' definition.
(mount-root-file-system): New procedure, with code formerly in
'boot-system'.
(mount-file-system): New procedure.
(boot-system): Add #:root-fs-type parameter. Remove 'MS_RDONLY' local
variable. Use 'mount-root-file-system' and 'mount-file-system'.
* doc/guix.texi (Using the Configuration System): Add 'file-system'
declaration.
| Ludovic Courtès | 2014-05-03 | 1 | -0/+4 |
* | monads: Hide 'derivation-expression' and 'lower-inputs'.•••* guix/monads.scm: Unexport 'lower-inputs' and 'derivation-expression'.
(text-file*): Add comment about the switch to 'gexp->derivation'.
(lower-inputs): Add comment about its doom.
(derivation-expression): Likewise.
* guix/gexp.scm (lower-inputs*): Rename to...
(lower-inputs): ... this. Update callers.
* tests/monads.scm (derivation-expression): New procedure.
* doc/guix.texi (The Store Monad): Use 'gexp->derivation' instead of
'derivation-expression'. Remove documentation of
'derivation-expression'.
* guix/ui.scm (read/eval): Use THE-ROOT-MODULE so that macros are
properly expanded.
* tests/guix-build.sh: Use 'gexp->derivation' instead of
'derivation-expression'.monads: Hide 'derivation-expression' and 'lower-inputs'.
| Ludovic Courtès | 2014-04-28 | 1 | -11/+3 |
* | services: Rewrite using gexps.•••* gnu/services.scm (<service>)[inputs]: Remove.
* gnu/system.scm (links): Remove.
(etc-directory): Add PASSWD and SHADOW to #:inputs.
(operating-system-boot-script): Pass ETC to 'dmd-configuration-file'.
(operating-system-derivation): Remove EXTRAS from the union.
* gnu/system/linux.scm (pam-service->configuration): Rewrite in terms of
'gexp->derivation'. Compute the contents on the build side. Expect
'arguments' to contain a list of gexps.
(pam-services->directory): Rewrite in terms of 'gexp->derivation'.
(unix-pam-service): Change 'arguments' to a list of one gexp.
* gnu/system/shadow.scm (<user-account>)[inputs]: Remove.
[shell]: Change default value to a gexp.
(passwd-file): Rewrite in terms of 'gexp->derivation'. Compute
contents on the build side.
* gnu/services/base.scm (host-name-service, mingetty-service,
nscd-service, syslog-service, guix-service): Change 'start' and 'stop'
to gexps; remove 'inputs' field.
(guix-build-accounts): Change 'shell' field to a gexp.
* gnu/services/networking.scm (static-networking-service): Change
'start' and 'stop' to gexps; remove 'inputs' field.
* gnu/services/xorg.scm (slim-service): Likewise.
* gnu/services/dmd.scm (dmd-configuration-file): Expect ETC to be a
derivation. Change 'config' to a gexp. Use 'gexp->file' instead of
'text-file'.
* doc/guix.texi (Defining Services): Update nscd example with gexps, and
without 'inputs'. Add xref to "G-Expressions".
| Ludovic Courtès | 2014-04-28 | 1 | -17/+14 |
* | Add (guix gexp).•••* guix/gexp.scm: New file.
* tests/gexp.scm: New file.
* Makefile.am (MODULES): Add guix/gexp.scm.
(SCM_TESTS): Add tests/gexp.scm.
* doc/guix.texi (Derivations): Add #:inputs in 'derivation' example.
Mark 'build-expression->derivation' as deprecated, refer to
"G-Expressions". Remove paragraph about code strata.
(G-Expressions): New node.
| Ludovic Courtès | 2014-04-28 | 1 | -17/+202 |
* | doc: Expect to fix typo.•••* doc/guix.texi (Build Systems): "except" it is.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alírio Eyng | 2014-04-09 | 1 | -1/+1 |
* | guix system: Add 'vm-image' action and '--image-size' option.•••* guix/scripts/system.scm (%options): Add --image-size.
(%default-options): Add 'image-size'.
(guix-system)[parse-options]: Handle the 'vm-image' action.
Honor them.
(show-help): Update accordingly.
* doc/guix.texi (Invoking guix system): Add 'vm-image'.
| Ludovic Courtès | 2014-04-09 | 1 | -1/+7 |
* | doc: Add "Build Systems" section.•••* doc/guix.texi (Defining Packages): Add 'arguments' field in the
example; update 'synopsis' and 'description'. Remove most of the
description of 'build-system', and instead reference to the "Build
Systems" node. Briefly describe 'arguments' field, and remove more
elaborate description. Add cross-reference to "Packaging Guidelines".
(Build Systems): New node.
(Packaging Guidelines): Mention '--log-file'.
| Ludovic Courtès | 2014-04-05 | 1 | -43/+183 |
* | doc: Update description of the chroot contents.•••* doc/guix.texi (Build Environment Setup): Adjust description of /dev
and /proc; remove footnote about /dev/shm, now obsolete.
| Ludovic Courtès | 2014-04-03 | 1 | -6/+8 |
* | doc: fix typo.•••* doc/guix.texi (Substitutes): add a missing 's'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Sassmannshausen | 2014-03-31 | 1 | -1/+1 |
* | doc: Document substitutes.•••* doc/guix.texi (Invoking guix-daemon): Add cross-reference to
"Substitutes".
(Features): Remove footnote about unauthenticated substitutes. Link
to "Substitutes".
(Substitutes): New node.
(Invoking guix build): Link to "Substitutes".
(Packaging Guidelines): Likewise.
| Ludovic Courtès | 2014-03-30 | 1 | -14/+111 |