aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
ModeNameSize
d---------aux-files36logplain
-rw-r--r--connman.scm14578logplainabout
-rw-r--r--dump.scm4176logplainabout
-rw-r--r--final.scm10321logplainabout
-rw-r--r--hardware.scm3126logplainabout
-rw-r--r--hostname.scm957logplainabout
-rw-r--r--keymap.scm6964logplainabout
-rw-r--r--locale.scm7423logplainabout
-rw-r--r--newt.scm7833logplainabout
d---------newt658logplain
-rw-r--r--parted.scm63465logplainabout
-rw-r--r--proxy.scm1372logplainabout
-rw-r--r--record.scm3661logplainabout
-rw-r--r--services.scm8090logplainabout
-rw-r--r--steps.scm11077logplainabout
-rw-r--r--substitutes.scm1371logplainabout
-rw-r--r--tests.scm15291logplainabout
-rw-r--r--timezone.scm4450logplainabout
-rw-r--r--user.scm2403logplainabout
-rw-r--r--utils.scm13327logplainabout
tory)[assert-no-duplicates]: New procedure. Use it. Ludovic Courtès 2020-04-05services: Allow modprobe to use "/etc/modprobe.d"....* gnu/services.scm (%modprobe-wrapper): Set 'MODPROBE_OPTIONS' environment variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Brice Waegeneire 2020-04-02services: Accumulate builds for 'system' entries....That way, more build requests are accumulated when running "guix system build". * gnu/services.scm (system-derivation): Use 'mapm/accumulate-builds' rather than 'sequence'. Ludovic Courtès 2019-12-07services: Add 'provenance-service-type'....* gnu/services.scm (object->pretty-string) (channel->code, channel->sexp, provenance-file) (provenance-entry): New procedures. (provenance-service-type): New variable. * gnu/system.scm (operating-system-with-provenance): New procedure. * doc/guix.texi (Service Reference): Document 'provenance-service-type'. Ludovic Courtès 2019-11-09services: 'fold-services' memoizes service values....Previously 'fold-services' could end up traversing the same services in the graph several times, which is what this change addresses. The hit rate on the 'add-data-to-store' cache goves from 9% to 8% on "guix system build desktop.tmpl -nd", and the number of lookups in that cache goes from 4458 to 4383. * gnu/services.scm (fold-services): Turn 'loop' into a monadic procedure in %STATE-MONAD and use it to memoize values of visited services. Ludovic Courtès 2019-08-14remote: Remove '--system' argument....* gnu/services.scm (activation-script): Return a <program-file> rather than a <scheme-file>. * gnu/deploy.scm (guix-deploy): Remove handling for '--system'. (show-help): Remove documentation for '--system'. (%default-options): Remove default setting for 'system'. Jakob L. Kreuze