[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."
- 12/24: system: Support hurd activation service for the Hurd., (continued)
- 12/24: system: Support hurd activation service for the Hurd., guix-commits, 2020/06/06
- 09/24: bootloader: grub: Add support for multiboot., guix-commits, 2020/06/06
- 10/24: system: Use 'hurd' package in label., guix-commits, 2020/06/06
- 13/24: services: Support etc-service for the Hurd., guix-commits, 2020/06/06
- 14/24: gnu: hurd: Create minimal "runsystem" script to invoke "rc"., guix-commits, 2020/06/06
- 18/24: system: hurd: Populate services., guix-commits, 2020/06/06
- 19/24: hurd-boot: Further cleanup of "rc"., guix-commits, 2020/06/06
- 22/24: system: hurd: Remove 'cross-hurd-image' hack., guix-commits, 2020/06/06
- 06/24: system: Add 'hurd' field to <operating-system>., guix-commits, 2020/06/06
- 16/24: services: Add `hurd-console-service-type'., guix-commits, 2020/06/06
- 15/24: services: hurd: Populate system profile.,
guix-commits <=
- 17/24: services: Add `hurd-getty-service-type'., guix-commits, 2020/06/06
- 21/24: gnu: services: Add %hurd-startup-service., guix-commits, 2020/06/06
- 23/24: system: bare-hurd.tmpl: Add openssh client and service., guix-commits, 2020/06/06
- 20/24: hurd-boot: Use setxattr instead of MAKEDEV., guix-commits, 2020/06/06
- 24/24: DRAFT: system: examples: Add devel-hurd.tmpl., guix-commits, 2020/06/06