mirror of
https://git.proxmox.com/git/grub2
synced 2025-06-05 06:52:19 +00:00
6 lines
165 B
C
6 lines
165 B
C
#define DO_SEARCH_FS_LABEL 1
|
|
#define FUNC_NAME grub_search_label
|
|
#define COMMAND_NAME "search.fs_label"
|
|
#define SEARCH_TARGET "filesystem label"
|
|
#include "search.c"
|