Re: [PATCH] templates: Start pci-arbiter before acpi on Hurd

2023-07-03 Thread Daniel Kiper
On Sat, Jul 01, 2023 at 02:55:48PM +0200, Samuel Thibault wrote: > acpi actually needs to access PCI, while pci-arbiter will not be making > use of ACPI, so we need to start acpi first. > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel

[PATCH] templates: Start pci-arbiter before acpi on Hurd

2023-07-01 Thread Samuel Thibault
acpi actually needs to access PCI, while pci-arbiter will not be making use of ACPI, so we need to start acpi first. Signed-off-by: Samuel Thibault diff --git a/util/grub.d/10_hurd.in b/util/grub.d/10_hurd.in index b317a4b14..7d1e46391 100644 --- a/util/grub.d/10_hurd.in +++ b/util/grub.d/10_hur