system: Use the default 'groups' field.
* gnu/system/install.scm (installation-os): Remove 'groups' field. * build-aux/hydra/demo-os.scm: Likewise.master
parent
773e956d5d
commit
b76a384715
|
@ -56,13 +56,6 @@
|
||||||
(password "")
|
(password "")
|
||||||
(comment "Guest of GNU")
|
(comment "Guest of GNU")
|
||||||
(home-directory "/home/guest"))))
|
(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 "
|
||||||
This is an alpha preview of the GNU system. Welcome.
|
This is an alpha preview of the GNU system. Welcome.
|
||||||
|
|
|
@ -116,13 +116,6 @@ Use Alt-F2 for documentation.
|
||||||
(password "")
|
(password "")
|
||||||
(comment "Guest of GNU")
|
(comment "Guest of GNU")
|
||||||
(home-directory "/home/guest"))))
|
(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)
|
(issue %issue)
|
||||||
|
|
||||||
|
|
Reference in New Issue