guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/24: services: hurd: Populate system profile.


From: guix-commits
Subject: 15/24: services: hurd: Populate system profile.
Date: Sat, 6 Jun 2020 11:09:39 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 717b246115e4f13f441614938f68e635b47a5a3f
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun May 3 16:37:27 2020 +0200

    services: hurd: Populate system profile.
    
    This:
    
        ./pre-inst-env guix system disk-image --no-grafts --target=i586-pc-gnu \
            gnu/system/examples/bare-hurd.tmpl
    
    now produces a minimal working image; you may run it like so
    
        guix environment --ad-hoc qemu -- qemu-system-i386 -enable-kvm -m 512 \
         -snapshot -hda <the-image>
    
    * gnu/system.scm (hurd-default-essential-services): Populate profile with
    packages.
---
 gnu/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 9ad515a..66fe4fb 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -605,7 +605,7 @@ bookkeeping."
         %boot-service
         %activation-service
         (operating-system-etc-service os)
-        (service profile-service-type '())))
+        (service profile-service-type (operating-system-packages os))))
 
 (define* (operating-system-services os)
   "Return all the services of OS, including \"essential\" services."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]