guix-devel/gnu
Ludovic Courtès 69cae3d335
system: Add 'essential-services' field to <operating-system>.
* gnu/system.scm (<operating-system>)[essential-services]: New field.
(operating-system-directory-base-entries): Remove #:container? keyword
and keep only the not-container branch.
(essential-services): Likewise.
(operating-system-services): Likewise, and call
'operating-system-essential-services' instead of 'essential-services'.
(operating-system-activation-script): Remove #:container?.
(operating-system-boot-script): Likewise.
(operating-system-derivation): Likewise.
* gnu/system/linux-container.scm (container-essential-services): New procedure.
(containerized-operating-system): Use it and set the
'essential-services' field.
(container-script): Remove call to 'operating-system-derivation'.
* gnu/system/vm.scm (system-docker-image): Likewise.
* doc/guix.texi (operating-system Reference): Document 'essential-services'.
2019-03-25 23:37:06 +01:00
..
bootloader bootloader: Add a 'keyboard-layout' field. 2019-03-24 23:06:11 +01:00
build system: Initialize console keyboard layout in the initrd. 2019-03-24 23:06:12 +01:00
installer installer: Set the system's 'keyboard-layout' field. 2019-03-25 23:37:05 +01:00
packages gnu: guix: Update to f970946. 2019-03-25 23:37:05 +01:00
services services: SDDM: Specify absolute path to the X server. 2019-03-25 19:24:22 +01:00
system system: Add 'essential-services' field to <operating-system>. 2019-03-25 23:37:06 +01:00
tests accounts: Add default value for the 'home-directory' field of <user-account>. 2019-03-25 23:37:06 +01:00
artwork.scm
bootloader.scm bootloader: Add a 'keyboard-layout' field. 2019-03-24 23:06:11 +01:00
ci.scm
installer.scm installer: Set the system's 'keyboard-layout' field. 2019-03-25 23:37:05 +01:00
local.mk gnu: docker: Use fewer modprobes. 2019-03-25 20:27:57 +01:00
packages.scm
services.scm
system.scm system: Add 'essential-services' field to <operating-system>. 2019-03-25 23:37:06 +01:00
tests.scm accounts: Add default value for the 'home-directory' field of <user-account>. 2019-03-25 23:37:06 +01:00