From 7f8750a38342fe24ecb282e44628696049e46684 Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Tue, 16 May 2023 13:18:03 +0200 Subject: system: hurd: Add acpi server. See . * gnu/system.scm (hurd-multiboot-modules): Add acpi-command. --- gnu/system.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gnu/system.scm') diff --git a/gnu/system.scm b/gnu/system.scm index 9025a879dbe..058bd72920a 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2020, 2021 Brice Waegeneire ;;; Copyright © 2020 Florian Pelz ;;; Copyright © 2020, 2022, 2025 Maxim Cournoyer -;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen +;;; Copyright © 2020, 2023, 2026 Janneke Nieuwenhuizen ;;; Copyright © 2020, 2022, 2025 Efraim Flashner ;;; Copyright © 2021 Maxime Devos ;;; Copyright © 2021 raid5atemyhomework @@ -1537,9 +1537,14 @@ a list of , to populate the \"old entries\" menu." "pci-arbiter" "--host-priv-port='${host-port}'" "--device-master-port='${device-port}'" - "--next-task='${disk-task}'" + "--next-task='${acpi-task}'" "'$(pci-task=task-create)'" "'$(task-resume)'")) + (acpi-command + (list (file-append hurd "/hurd/acpi.static") + "acpi" + "--next-task='${disk-task}'" + "'$(acpi-task=task-create)'")) (rumpdisk-command (list (file-append hurd "/hurd/rumpdisk.static") "rumpdisk" @@ -1570,6 +1575,7 @@ a list of , to populate the \"old entries\" menu." (list (file-append hurd "/hurd/exec.static") "exec" "'$(exec-task=task-create)'"))) (list pci-arbiter-command + acpi-command rumpdisk-command root-file-system-command exec-server-command))) -- cgit v1.2.3