Restore grub-mkdevicemap
authorColin Watson <cjwatson@debian.org>
Mon, 13 Jan 2014 12:13:01 +0000 (12:13 +0000)
committerFelix Zielcke <fzielcke@z-51.de>
Wed, 11 Jun 2025 15:42:34 +0000 (17:42 +0200)
commita11178f589b8bbb6509e8e362882dae032228d89
tree3d5ead098ca156b7ad7ce117695539ce81f0e26e
parentf39658865f6a99c8a145243ad73e6d9899be8b99
Restore grub-mkdevicemap

This is kind of a mess, requiring lots of OS-specific code to iterate
over all possible devices.  However, we use it in a number of scripts to
discover devices and reimplementing those in terms of something else
would be very complicated.

Author: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Forwarded: no
Last-Update: 2021-09-24

Patch-Name: restore-mkdevicemap.patch

Gbp-Pq: Name restore-mkdevicemap.patch
Makefile.util.def
docs/man/grub-mkdevicemap.h2m [new file with mode: 0644]
include/grub/util/deviceiter.h [new file with mode: 0644]
util/deviceiter.c [new file with mode: 0644]
util/devicemap.c [new file with mode: 0644]
util/grub-mkdevicemap.c [new file with mode: 0644]