guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#35394] [PATCH 1/3] system: Add locale to boot-parameters.


From: Miguel Arruga Vivas
Subject: [bug#35394] [PATCH 1/3] system: Add locale to boot-parameters.
Date: Mon, 21 Oct 2019 12:46:14 +0200

* gnu/system.scm (define-module)[export]: Add boot-parameters-locale.
(<boot-parameters>)[locale]: New field.
[boot-parameters-locale]: New accessor.
(read-boot-parameters): Read locale field.
(operating-system-boot-parameters): Provide operating-system locale to
boot-parameters record.
(opeating-system-boot-parameters-file): Likewise.
* Makefile.am (SCM_TESTS): Add tests/boot-parameters.scm.
* tests/boot-parameters.scm: New test file.
---
 Makefile.am               |   1 +
 gnu/system.scm            |  19 ++-
 tests/boot-parameters.scm | 250 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 266 insertions(+), 4 deletions(-)
 create mode 100644 tests/boot-parameters.scm

Attachment: 0001-system-Add-locale-to-boot-parameters.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]