New command `nativedisk'.
This commit is contained in:
parent
02adbb932d
commit
7cd0df84f1
7 changed files with 316 additions and 29 deletions
|
@ -506,7 +506,8 @@ static void (*grub_xputs_saved) (const char *str);
|
|||
static const char *features[] = {
|
||||
"feature_chainloader_bpb", "feature_ntldr", "feature_platform_search_hint",
|
||||
"feature_default_font_path", "feature_all_video_module",
|
||||
"feature_menuentry_id", "feature_menuentry_options", "feature_200_final"
|
||||
"feature_menuentry_id", "feature_menuentry_options", "feature_200_final",
|
||||
"feature_nativedisk_cmd"
|
||||
};
|
||||
|
||||
GRUB_MOD_INIT(normal)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue