system: Use the default 'groups' field.
* gnu/system/install.scm (installation-os): Remove 'groups' field. * build-aux/hydra/demo-os.scm: Likewise.
This commit is contained in:
parent
773e956d5d
commit
b76a384715
@ -56,13 +56,6 @@
|
||||
(password "")
|
||||
(comment "Guest of GNU")
|
||||
(home-directory "/home/guest"))))
|
||||
(groups (list (user-group (name "root") (id 0))
|
||||
(user-group
|
||||
(name "wheel")
|
||||
(id 1))
|
||||
(user-group
|
||||
(name "users")
|
||||
(id 100))))
|
||||
|
||||
(issue "
|
||||
This is an alpha preview of the GNU system. Welcome.
|
||||
|
@ -116,13 +116,6 @@ Use Alt-F2 for documentation.
|
||||
(password "")
|
||||
(comment "Guest of GNU")
|
||||
(home-directory "/home/guest"))))
|
||||
(groups (list (user-group (name "root") (id 0))
|
||||
(user-group
|
||||
(name "wheel")
|
||||
(id 1))
|
||||
(user-group
|
||||
(name "users")
|
||||
(id 100))))
|
||||
|
||||
(issue %issue)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user