On GNU/Hurd grub2 currently only looks at /dev/hd* and /dev/sd*. With
rumpdisk we now also need to look at /dev/wd*
Signed-off-by: Samuel Thibault
Index: grub2-2.06/util/deviceiter.c
===
--- grub2-2.06.orig/util/deviceiter.c
+++ gr
Samuel Thibault, le dim. 20 févr. 2022 20:23:03 +0100, a ecrit:
> This adds pci-arbiter and rumpdisk as bootstrap modules whenever they are
> available. This opens the path for fully-userland disk support.
I forgot:
Signed-off-by: Samuel Thibault
> diff --git a/util/grub.d/10_hurd.in b/util/gr