remove menuentry from GRUB script
This commit is contained in:
parent
db45b311cc
commit
9d0bd7407d
6 changed files with 2 additions and 102 deletions
|
@ -93,12 +93,6 @@ grub_script_execute_cmdwhile (struct grub_script_cmd *cmd __attribute__ ((unused
|
|||
return 0;
|
||||
}
|
||||
|
||||
grub_err_t
|
||||
grub_script_execute_menuentry (struct grub_script_cmd *cmd __attribute__ ((unused)))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
grub_err_t
|
||||
grub_script_execute (struct grub_script *script)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue