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 18:16:42 -0400 (EDT)

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

commit ea348abcf131ccc42012873a2571840a8a58fbf0
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 cca1c09..ce574d8 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -604,7 +604,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]