mirror of
https://git.proxmox.com/git/grub2
synced 2026-02-04 14:40:47 +00:00
* util/grub-emu.c: Replace <argp.h> by <getopt.h>.
(argp_program_version): Remove variable.
(argp_program_bug_address): Likewise.
(options): Convert from struct argp_option to struct option.
(struct arguments): Remove.
(parse_opt): Remove.
(usage): New function.
(main): Replace struct args members by simple variables.
Replace argp_parse() by getopt_long().
Add switch to evaluate options.
Add missing "(...)" around root_dev in prefix string.
|
||
|---|---|---|
| .. | ||
| elf | ||
| grub.d | ||
| i386 | ||
| ieee1275 | ||
| powerpc/ieee1275 | ||
| biosdisk.c | ||
| console.c | ||
| genmoddep.c | ||
| getroot.c | ||
| grub-emu.c | ||
| grub-mkdevicemap.c | ||
| grub-probe.c | ||
| hostfs.c | ||
| lvm.c | ||
| misc.c | ||
| raid.c | ||
| resolve.c | ||
| unifont2pff.rb | ||
| update-grub_lib.in | ||
| update-grub.in | ||