~ruther/guix-local

b76a3847158721770a3012f92a64c107cb237644 — Ludovic Courtès 11 years ago 773e956
system: Use the default 'groups' field.

* gnu/system/install.scm (installation-os): Remove 'groups' field.
* build-aux/hydra/demo-os.scm: Likewise.
2 files changed, 0 insertions(+), 14 deletions(-)

M build-aux/hydra/demo-os.scm
M gnu/system/install.scm
M build-aux/hydra/demo-os.scm => build-aux/hydra/demo-os.scm +0 -7
@@ 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.

M gnu/system/install.scm => gnu/system/install.scm +0 -7
@@ 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)