diff mbox series

[bug#39923] system: Export 'operating-system' missing fields.

Message ID 20200305103842.7339-1-brice@waegenei.re
State Accepted
Headers show
Series [bug#39923] system: Export 'operating-system' missing fields. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Brice Waegeneire March 5, 2020, 10:38 a.m. UTC
* gnu/system.scm: Export 'operating-system-firmware',
'operating-system-keyboard-layout',
'operating-system-name-service-switch', 'operating-system-pam-services',
'operating-system-setuid-programs', 'operating-system-skeletons',
'operating-system-sudoers-file', 'operating-system-swap-devices'.
---
 gnu/system.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Ludovic Courtès March 8, 2020, 8:16 p.m. UTC | #1
Hi Brice,

Brice Waegeneire <brice@waegenei.re> skribis:

> * gnu/system.scm: Export 'operating-system-firmware',
> 'operating-system-keyboard-layout',
> 'operating-system-name-service-switch', 'operating-system-pam-services',
> 'operating-system-setuid-programs', 'operating-system-skeletons',
> 'operating-system-sudoers-file', 'operating-system-swap-devices'.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/system.scm b/gnu/system.scm
index 2e6d03272d..cfc730a41c 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -100,6 +100,14 @@ 
             operating-system-user-accounts
             operating-system-shepherd-service-names
             operating-system-user-kernel-arguments
+            operating-system-firmware
+            operating-system-keyboard-layout
+            operating-system-name-service-switch
+            operating-system-pam-services
+            operating-system-setuid-programs
+            operating-system-skeletons
+            operating-system-sudoers-file
+            operating-system-swap-devices
 
             operating-system-derivation
             operating-system-profile