From b76a3847158721770a3012f92a64c107cb237644 Mon Sep 17 00:00:00 2001
From: Ludovic Courtès <ludo@gnu.org>
Date: Sun, 22 Jun 2014 22:28:24 +0200
Subject: system: Use the default 'groups' field.

* gnu/system/install.scm (installation-os): Remove 'groups' field.
* build-aux/hydra/demo-os.scm: Likewise.
---
 build-aux/hydra/demo-os.scm | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'build-aux/hydra/demo-os.scm')

diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm
index 835b381ffa..3276b8e2bf 100644
--- a/build-aux/hydra/demo-os.scm
+++ b/build-aux/hydra/demo-os.scm
@@ -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.
-- 
cgit v1.2.3