Restore grub-mkdevicemap
authorColin Watson <cjwatson@debian.org>
Mon, 13 Jan 2014 12:13:01 +0000 (12:13 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 28 Jul 2024 22:42:11 +0000 (22:42 +0000)
commit0d7b20658baf4f723ac9441a15cad84ac0408dc9
tree9a9d2bffd73c0e08ea77832a79ac3abbd70a7a82
parentaeb628064e0d098042c6a3dae407affb4906088b
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]