guix-commits
[Top][All Lists]
Advanced

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

02/05: installer: Remove non-existant supplementary group.


From: John Darrington
Subject: 02/05: installer: Remove non-existant supplementary group.
Date: Mon, 13 Feb 2017 16:00:56 -0500 (EST)

jmd pushed a commit to branch wip-installer
in repository guix.

commit ff31378dd080a3a3cc3a625c01c9b70e242391dc
Author: John Darrington <address@hidden>
Date:   Sun Feb 12 14:32:57 2017 +0100

    installer: Remove non-existant supplementary group.
    
    * gnu/system/installer/user-edit.scm (user-edit-key-handler): "desktop"
    --> "dialout"
---
 gnu/system/installer/user-edit.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/installer/user-edit.scm 
b/gnu/system/installer/user-edit.scm
index b3f62d6..23c1587 100644
--- a/gnu/system/installer/user-edit.scm
+++ b/gnu/system/installer/user-edit.scm
@@ -67,7 +67,7 @@
             (cons
              (user-account
               (name    (form-get-value form 'name))
-              (supplementary-groups '("video" "audio" "desktop"))
+              (supplementary-groups '("video" "audio" "floppy" "dialout"))
               (group   "users")
               (comment (form-get-value form 'comment))
               (home-directory (form-get-value form 'home)))



reply via email to

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