summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-03-09 22:57:08 +0100
committerLudovic Courtès <ludo@gnu.org>2022-03-09 23:38:18 +0100
commita208a4e923797dcaf6d63dbf2403714d62de8e5a (patch)
tree10cc9914f63bc049d910b72d84b16783849f6d6f /gnu/system
parenta9a64c19830ac0fc92bf9eac5d83751df683ff31 (diff)
downloadguix-a208a4e923797dcaf6d63dbf2403714d62de8e5a.tar.gz
guix-a208a4e923797dcaf6d63dbf2403714d62de8e5a.tar.xz
system: hurd: Move the Shepherd before the Hurd in %BASE-PACKAGES/HURD.
* gnu/system/hurd.scm (%base-packages/hurd): Move SHEPHERD before HURD.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/hurd.scm9
1 files 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