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:
Ludovic Courtès 2014-06-22 22:28:24 +02:00
parent 773e956d5d
commit b76a384715
2 changed files with 0 additions and 14 deletions

View File

@ -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.

View File

@ -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)