aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
ModeNameSize
d---------aux-files36logplain
-rw-r--r--connman.scm14568logplainabout
-rw-r--r--final.scm8737logplainabout
-rw-r--r--hostname.scm957logplainabout
-rw-r--r--keymap.scm6851logplainabout
-rw-r--r--locale.scm7359logplainabout
-rw-r--r--newt.scm4271logplainabout
d---------newt615logplain
-rw-r--r--parted.scm54625logplainabout
-rw-r--r--proxy.scm1483logplainabout
-rw-r--r--record.scm3224logplainabout
-rw-r--r--services.scm6090logplainabout
-rw-r--r--steps.scm10685logplainabout
-rw-r--r--tests.scm13217logplainabout
-rw-r--r--timezone.scm4450logplainabout
-rw-r--r--user.scm2135logplainabout
-rw-r--r--utils.scm7216logplainabout
-system-generation): Use 'system-provenance' instead of parsing the "provenance" file right here. Ludovic Courtès 2020-07-01services: provenance: Save channel introductions....* gnu/services.scm (channel->code): Include CHANNEL's introduction, if any, unless CHANNEL is the singleton %DEFAULT-CHANNELS. (channel->sexp): Add comment. * guix/scripts/system.scm (sexp->channel): Change pattern to allow for extensibility. Ludovic Courtès 2020-06-08gnu: services: Add %hurd-startup-service....This decouples startup of the Hurd from the "hurd" package, moving the RC script into SYSTEM. * gnu/packages/hurd.scm (hurd)[inputs]: Remove hurd-rc-script. [arguments]: Do not substitute it. Update "runsystem.sh" to parse kernel arguments and exec into --system=SYSTEM/rc. (hurd-rc-script): Move to... * gnu/services.scm (%hurd-rc-file): ...this new variable. (hurd-rc-entry): New procedure. (%hurd-startup-service): Use it in new variable. * gnu/system.scm (hurd-default-essential-services): Use it. Jan (janneke) Nieuwenhuizen 2020-06-08system: examples: Add bare-hurd.tmpl....* gnu/system/hurd.scm (%hurd-def%hurd-default-operating-system-kernel, %hurd-default-operating-system): New exported variables. * gnu/system/examples/bare-hurd.tmpl: New file. * Makefile.am (EXAMPLES): Add it. * tests/guix-system.sh: Add --target=i586-pc-gnu when testing it. Jan (janneke) Nieuwenhuizen