mirror of
https://git.proxmox.com/git/grub2
synced 2025-12-07 08:11:59 +00:00
Solaris support in grub_find_zpool_from_dir(). Thanks Seth Goldberg for referring to getextmntent() facility. * configure.ac: Check for getextmntent(), `sys/mnttab.h' and `sys/mkdev.h'. * grub-core/kern/emu/misc.c [HAVE_SYS_MNTTAB_H]: Include `<sys/mnttab.h>'. [HAVE_SYS_MKDEV_H]: Include `<sys/mkdev.h>'. [HAVE_GETEXTMNTENT] (grub_find_zpool_from_dir): Add getextmntent() method for finding zpool name. |
||
|---|---|---|
| .. | ||
| cache.S | ||
| console.c | ||
| full.c | ||
| getroot.c | ||
| hostdisk.c | ||
| hostfs.c | ||
| lite.c | ||
| main.c | ||
| misc.c | ||
| mm.c | ||
| time.c | ||