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>
Mon, 15 Jul 2024 15:05:20 +0000 (17:05 +0200)
commit8d0641989ec9222824cbd8f3abdec94e591009b2
tree740f1b322c6af20c4e1d605b380bf58fbe26b1f6
parent24f36a7f86aa6024adbc11bc9a9cc462774198d5
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]