]> git.proxmox.com Git - grub2.git/commit
Restore grub-mkdevicemap
authorColin Watson <cjwatson@debian.org>
Mon, 13 Jan 2014 12:13:01 +0000 (12:13 +0000)
committerColin Watson <cjwatson@debian.org>
Fri, 23 Jun 2017 09:07:55 +0000 (10:07 +0100)
commit7611a560ab6cd5edc3eefd20b291239deceb448f
tree406810a884a6cd15e807e968954a9f4b84739682
parent1193f4dfa4ad36e1cd5301522473da3c8a4baab2
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: 2016-09-18

Patch-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]