[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
177/197: installer: Remove non-existant supplementary group.
From: |
Danny Milosavljevic |
Subject: |
177/197: installer: Remove non-existant supplementary group. |
Date: |
Mon, 3 Jul 2017 20:37:21 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit b43e6eae7ebcc04367f8978cf9d75382611f5504
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)))
- 128/197: installer: Remove redundant list of file system types., (continued)
- 128/197: installer: Remove redundant list of file system types., Danny Milosavljevic, 2017/07/03
- 115/197: installer: New procedure refresh*., Danny Milosavljevic, 2017/07/03
- 153/197: installer: Add optional arguments to addstr*., Danny Milosavljevic, 2017/07/03
- 97/197: installer: Whitespace changes only, Danny Milosavljevic, 2017/07/03
- 139/197: installer: Allow file system specifications to be removed., Danny Milosavljevic, 2017/07/03
- 136/197: installer: No passphrase is needed for clear networks., Danny Milosavljevic, 2017/07/03
- 138/197: installer: Clear the mount point field for swap file systems., Danny Milosavljevic, 2017/07/03
- 135/197: installer: Use a "hard" method of rebooting. Do not rely on shepherd., Danny Milosavljevic, 2017/07/03
- 148/197: installer: Support WEP encrypted wireless., Danny Milosavljevic, 2017/07/03
- 176/197: installer: Fix incorrect symbol in generated config file., Danny Milosavljevic, 2017/07/03
- 177/197: installer: Remove non-existant supplementary group.,
Danny Milosavljevic <=
- 182/197: installer: Kill old dhclient instance before starting new one., Danny Milosavljevic, 2017/07/03
- 189/197: installer: Fix buglet where keys were sometimes ignored in users page., Danny Milosavljevic, 2017/07/03
- 179/197: installer: Mount all partitions instead of just the root., Danny Milosavljevic, 2017/07/03
- 190/197: gurses: forms: Minor refactor., Danny Milosavljevic, 2017/07/03
- 194/197: guix system: Remove outdated (gnu system grub) import., Danny Milosavljevic, 2017/07/03
- 197/197: installer: Use "G_" instead of "_"., Danny Milosavljevic, 2017/07/03
- 188/197: installer: Go back to main menu after "cancel", Danny Milosavljevic, 2017/07/03
- 184/197: installer: Create dedicated module to maintainer the page stack., Danny Milosavljevic, 2017/07/03
- 126/197: installer: mount-points page: Enlarge the forms window., Danny Milosavljevic, 2017/07/03
- 96/197: installer: Changed N_ to M_ since N_ is used for another purpose in guix/ui.scm, Danny Milosavljevic, 2017/07/03