[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES
From: |
guix-commits |
Subject: |
04/08: system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD. |
Date: |
Wed, 9 Mar 2022 17:39:58 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit a208a4e923797dcaf6d63dbf2403714d62de8e5a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 9 22:57:08 2022 +0100
system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD.
* gnu/system/hurd.scm (%base-packages/hurd): Move SHEPHERD before HURD.
---
gnu/system/hurd.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 2acc7b7e11..8e95d0a16c 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2020, 2021 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2020-2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
@@ -65,10 +65,13 @@
gnumach)))
(define %base-packages/hurd
- (list hurd bash coreutils file findutils grep sed
+ ;; Note: the Shepherd comes before the Hurd, not just because its duty is to
+ ;; shepherd the herd, but also because we want its 'halt' and 'reboot'
+ ;; commands to take precedence.
+ (list shepherd hurd bash coreutils file findutils grep sed
diffutils patch gawk tar gzip bzip2 xz lzip
guile-3.0-latest guile-colorized guile-readline
- net-base inetutils less shadow shepherd sudo which
+ net-base inetutils less shadow sudo which
info-reader))
(define %base-services/hurd
- branch master updated (d3a7cd7acf -> 878578c0fa), guix-commits, 2022/03/09
- 07/08: gnu: Add libtree., guix-commits, 2022/03/09
- 01/08: gnu: slurm: Use gexps and remove input labels., guix-commits, 2022/03/09
- 02/08: gnu: nyacc@1.00.2: Fix build., guix-commits, 2022/03/09
- 03/08: gnu: hurd: Adjust to the transition from "--system" to "gnu.system"., guix-commits, 2022/03/09
- 04/08: system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD.,
guix-commits <=
- 05/08: gnu: libosmium: Update to 2.18.0., guix-commits, 2022/03/09
- 06/08: gnu: Add osmium-tool., guix-commits, 2022/03/09
- 08/08: services: bluetooth: Add missing config parameters., guix-commits, 2022/03/09