guix/gnu/system
Ludovic Courtès a7ef45d9de
system: Simplify kernel argument handling.
* gnu/system.scm (bootable-kernel-arguments): Remove 'kernel-arguments'
parameter and return only the base list of kernel arguments.  Rename
'system.drv' to 'system'.
(operating-system-kernel-arguments): Adjust accordingly and remove
'system.drv' parameter.
(read-boot-parameters-file): Adjust accordingly.  Remove 'if params'
since dominating code assumed PARAMS is always true.
(operating-system-boot-parameters): Remove 'system.drv' parameter; add
 #:system-kernel-arguments? instead and honor it.
(operating-system-bootcfg): Adjust accordingly.
(operating-system-boot-parameters-file): Likewise.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Remove
'os-drv' variable.  Adjust call to 'operating-system-kernel-arguments'.
2018-11-18 23:37:44 +01:00
..
examples services: dhcp-client: Deprecate 'dhcp-client-service' procedure. 2018-10-18 01:12:22 +02:00
file-systems.scm install: Use (guix store database) instead of 'guix-register'. 2018-06-14 11:16:59 +02:00
install.scm gnu: Rename "banana-pi" to "bananapi". 2018-09-14 21:31:24 +02:00
linux-container.scm file-systems: Add 'file-system-mapping->bind-mount'. 2017-02-03 00:23:28 +01:00
linux-initrd.scm linux-initrd: Try several file names when looking up modules. 2018-07-29 18:50:28 +02:00
locale.scm system: Put locales where libc will find them. 2018-01-24 11:18:49 -05:00
mapped-devices.scm system: Mention '--skip-checks' in initrd diagnostics. 2018-09-23 23:34:16 +02:00
nss.scm nss: Remove '%compat' from the defaults. 2018-03-27 23:26:15 +02:00
pam.scm services: Move 'session-environment-service-type' to pam.scm. 2017-09-22 00:05:08 +02:00
shadow.scm system: Rename .zlogin to .zprofile. 2018-10-19 00:45:20 -07:00
uuid.scm uuid: 'uuid' returns #f when 'string->uuid' returns #f. 2018-05-19 00:14:52 +02:00
vm.scm system: Simplify kernel argument handling. 2018-11-18 23:37:44 +01:00