3a37e3226b
* commands/handler.c: Removed. * commands/help.c (grub_cmd_help): Use FOR_COMMANDS. * commands/minicmd.c (grub_mini_cmd_lsmod): Use FOR_DL_MODULES. * conf/any-emu.rmk (kernel_img_SOURCES): Remove kern/handler.c. * conf/common.rmk (script/lexer.c_DEPENDENCIES): Add grub_script.yy.h. (grub_probe_SOURCES): Remove kern/parser.c. (util/grub-script-check.c_DEPENDENCIES): Removed. (grub_script_check_SOURCES): Remove kern/handler.c, kern/parser.c and grub_script_check_init.c. (grub_script_check_init.lst): Removed. (grub_script_check_init.h): Likewise. (grub_script_check_init.c): Likewise. (pkglib_MODULES): Remove handler.mod and sh.mod. (handler_mod_SOURCES): Removed. (handler_mod_CFLAGS): Likewise. (handler_mod_LDFLAGS): Likewise. (normal_mod_SOURCES): Remove normal/handler.c. Add script/main.c, script/script.c, script/execute.c, script/function.c, script/lexer.c, grub_script.tab.c and grub_script.yy.c. * conf/i386-coreboot.rmk (kernel_img_SOURCES): Remove kern/handler.c. * conf/i386-ieee1275.rmk (kernel_img_SOURCES): Likewise. * conf/i386-pc.rmk (kernel_img_SOURCES): Likewise. (grub_setup_SOURCES): Remove kern/parser.c. * conf/i386-qemu.rmk (kernel_img_SOURCES): Remove kern/handler.c. * conf/mips-qemu-mips.rmk (kernel_img_SOURCES): Likewise. * conf/mips-yeeloong.rmk (kernel_img_SOURCES): Likewise. * conf/powerpc-ieee1275.rmk (kernel_img_SOURCES): Likewise. * conf/sparc64-ieee1275.rmk (kernel_img_SOURCES): Likewise. (grub_setup_SOURCES): Remove kern/parser.c. * conf/x86-efi.rmk (kernel_img_SOURCES): Remove kern/handler.c. * gettext/gettext.c (grub_gettext_delete_list): Don't use grub_list_pop. * include/grub/command.h (grub_command_iterate): Removed. (FOR_COMMANDS): New macro. * include/grub/dl.h (grub_dl): New member next. (grub_dl_iterate): Removed. (grub_dl_head): New variable declaration. (FOR_DL_MODULES): New macro. * include/grub/fs.h: Include list.h. (grub_fs): Make next first element. (grub_fs_list): New variable declaration. (grub_fs_register): Make inline. (grub_fs_unregister): Likewise. (grub_fs_iterate): Removed. (FOR_FILESYSTEMS): New macro. * include/grub/handler.h: Removed. * include/grub/list.h (grub_list_hook_t): Removed. (grub_list_test_t): Likewise. (grub_list_pop): Likewise. (grub_list_iterate): Likewise. (grub_list_insert): Likewise. (FOR_LIST_ELEMENTS): New macro. * include/grub/parser.h (grub_parser_class): Removed. (grub_parser_register): Likewise. (grub_parser_unregister): Likewise. (grub_parser_get_current): Likewise. (grub_parser_set_current): Likewise. (grub_register_rescue_parser): Likewise. (grub_rescue_parse_line): New function. * include/grub/partition.h (FOR_PARTITION_MAPS): Use FOR_LIST_ELEMENTS. * include/grub/script_sh.h (grub_script_function_list): New variable declaration. (FOR_SCRIPT_FUNCTIONS): New macro. (grub_script_function_iterate): Removed. (grub_normal_parse_line): New prototype. * include/grub/term.h (FOR_ACTIVE_TERM_INPUTS): Use FOR_LIST_ELEMENTS. (FOR_DISABLED_TERM_INPUTS): Likewise. (FOR_ACTIVE_TERM_OUTPUTS): Likewise. (FOR_DISABLED_TERM_OUTPUTS): Likewise. * include/grub/video.h (grub_video_adapter): Move 'next' to first element. (grub_video_register): Inline. (grub_video_unregister): Likewise. (grub_video_adapter_list): New variable declaration. (grub_video_iterate): Removed. (FOR_VIDEO_ADAPTERS): New macro. * kern/dl.c (grub_dl_list): Removed. All users updated. (grub_dl_iterate): Removed. * kern/fs.c (grub_fs_list): Make global. (grub_fs_register): Removed. (grub_fs_unregister): Likewise. (grub_fs_iterate): Likewise. * kern/handler.c: Removed. * kern/list.c (grub_list_pop): Removed. (grub_list_iterate): Likewise. (grub_list_insert): Likewise. (grub_named_list_find): Use FOR_LIST_ELEMENTS. (grub_prio_list_insert): Don't use grub_list_insert. * kern/main.c (grub_register_rescue_parser): Don't call grub_register_rescue_parser. * kern/parser.c (grub_parser_class): Removed. (grub_parser_execute): Use grub_rescue_parse_line. * kern/rescue_parser.c (grub_rescue_parse_line): Make global. (grub_rescue_parser): Removed. (grub_register_rescue_parser): Likewise. * kern/rescue_reader.c (grub_rescue_run): Use grub_rescue_parse_line. * normal/auth.c (is_authenticated): Use FOR_LIST_ELEMENTS. (grub_auth_check_authentication): Likewise. * normal/completion.c (iterate_command): Removed. (grub_normal_do_completion): Use FOR_COMMANDS. * normal/handler.c: Removed. * normal/main.c (read_config_file): Remove parser changing. (grub_normal_execute): Don't call read_handler_list. (grub_normal_read_line_real): Statically allocate prompt. (grub_cmdline_run): Use grub_normal_parse_line. (GRUB_MOD_FINI): Don't call free_handler_list. * normal/menu_entry.c (run): Likewise. * script/function.c (grub_script_function_list): Make global. (grub_script_function_iterate): Removed. * script/main.c (grub_normal_parse_line): Make global. (grub_sh_parser): Removed. (GRUB_MOD_INIT): Likewise. (GRUB_MOD_FINI): Likewise. * tests/lib/functional_test.c (grub_functional_test): Use FOR_LIST_ELEMENTS. * tests/lib/test.c (free_failures): Don't use grub_list_pop. (grub_test_run): Use FOR_LIST_ELEMENTS. * tests/lib/unit_test.c (main): Likewise. * util/deviceiter.c (grub_util_iterate_devices): Don't use grub_list_pop. * util/grub-fstest.c (grub_term_input_class): Removed. (grub_term_output_class): Likewise. * util/grub-probe.c: Likewise. * util/i386/pc/grub-setup.c: Likewise. * util/sparc64/ieee1275/grub-setup.c: Likewise. * util/grub-script-check.c (main): Don't call grub_init_all and grub_fini_all. * video/video.c (grub_video_adapter_list): Make global. (grub_video_register): Removed. (grub_video_unregister): Likewise. (grub_video_iterate): Likewise.
690 lines
14 KiB
C
690 lines
14 KiB
C
/* main.c - the normal mode main routine */
|
|
/*
|
|
* GRUB -- GRand Unified Bootloader
|
|
* Copyright (C) 2000,2001,2002,2003,2005,2006,2007,2008,2009 Free Software Foundation, Inc.
|
|
*
|
|
* GRUB is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* GRUB is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#include <grub/kernel.h>
|
|
#include <grub/normal.h>
|
|
#include <grub/dl.h>
|
|
#include <grub/misc.h>
|
|
#include <grub/file.h>
|
|
#include <grub/mm.h>
|
|
#include <grub/term.h>
|
|
#include <grub/env.h>
|
|
#include <grub/parser.h>
|
|
#include <grub/reader.h>
|
|
#include <grub/menu_viewer.h>
|
|
#include <grub/auth.h>
|
|
#include <grub/i18n.h>
|
|
#include <grub/charset.h>
|
|
#include <grub/script_sh.h>
|
|
|
|
#define GRUB_DEFAULT_HISTORY_SIZE 50
|
|
|
|
static int nested_level = 0;
|
|
int grub_normal_exit_level = 0;
|
|
|
|
/* Read a line from the file FILE. */
|
|
char *
|
|
grub_file_getline (grub_file_t file)
|
|
{
|
|
char c;
|
|
int pos = 0;
|
|
int literal = 0;
|
|
char *cmdline;
|
|
int max_len = 64;
|
|
|
|
/* Initially locate some space. */
|
|
cmdline = grub_malloc (max_len);
|
|
if (! cmdline)
|
|
return 0;
|
|
|
|
while (1)
|
|
{
|
|
if (grub_file_read (file, &c, 1) != 1)
|
|
break;
|
|
|
|
/* Skip all carriage returns. */
|
|
if (c == '\r')
|
|
continue;
|
|
|
|
/* Replace tabs with spaces. */
|
|
if (c == '\t')
|
|
c = ' ';
|
|
|
|
/* The previous is a backslash, then... */
|
|
if (literal)
|
|
{
|
|
/* If it is a newline, replace it with a space and continue. */
|
|
if (c == '\n')
|
|
{
|
|
c = ' ';
|
|
|
|
/* Go back to overwrite the backslash. */
|
|
if (pos > 0)
|
|
pos--;
|
|
}
|
|
|
|
literal = 0;
|
|
}
|
|
|
|
if (c == '\\')
|
|
literal = 1;
|
|
|
|
if (pos == 0)
|
|
{
|
|
if (! grub_isspace (c))
|
|
cmdline[pos++] = c;
|
|
}
|
|
else
|
|
{
|
|
if (pos >= max_len)
|
|
{
|
|
char *old_cmdline = cmdline;
|
|
max_len = max_len * 2;
|
|
cmdline = grub_realloc (cmdline, max_len);
|
|
if (! cmdline)
|
|
{
|
|
grub_free (old_cmdline);
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
if (c == '\n')
|
|
break;
|
|
|
|
cmdline[pos++] = c;
|
|
}
|
|
}
|
|
|
|
cmdline[pos] = '\0';
|
|
|
|
/* If the buffer is empty, don't return anything at all. */
|
|
if (pos == 0)
|
|
{
|
|
grub_free (cmdline);
|
|
cmdline = 0;
|
|
}
|
|
|
|
return cmdline;
|
|
}
|
|
|
|
static void
|
|
free_menu (grub_menu_t menu)
|
|
{
|
|
grub_menu_entry_t entry = menu->entry_list;
|
|
|
|
while (entry)
|
|
{
|
|
grub_menu_entry_t next_entry = entry->next;
|
|
|
|
grub_free ((void *) entry->title);
|
|
grub_free ((void *) entry->sourcecode);
|
|
entry = next_entry;
|
|
}
|
|
|
|
grub_free (menu);
|
|
grub_env_unset_menu ();
|
|
}
|
|
|
|
static void
|
|
free_menu_entry_classes (struct grub_menu_entry_class *head)
|
|
{
|
|
/* Free all the classes. */
|
|
while (head)
|
|
{
|
|
struct grub_menu_entry_class *next;
|
|
|
|
grub_free (head->name);
|
|
next = head->next;
|
|
grub_free (head);
|
|
head = next;
|
|
}
|
|
}
|
|
|
|
static struct
|
|
{
|
|
char *name;
|
|
int key;
|
|
} hotkey_aliases[] =
|
|
{
|
|
{"backspace", '\b'},
|
|
{"tab", '\t'},
|
|
{"delete", GRUB_TERM_DC}
|
|
};
|
|
|
|
/* Add a menu entry to the current menu context (as given by the environment
|
|
variable data slot `menu'). As the configuration file is read, the script
|
|
parser calls this when a menu entry is to be created. */
|
|
grub_err_t
|
|
grub_normal_add_menu_entry (int argc, const char **args,
|
|
const char *sourcecode)
|
|
{
|
|
const char *menutitle = 0;
|
|
const char *menusourcecode;
|
|
grub_menu_t menu;
|
|
grub_menu_entry_t *last;
|
|
int failed = 0;
|
|
int i;
|
|
struct grub_menu_entry_class *classes_head; /* Dummy head node for list. */
|
|
struct grub_menu_entry_class *classes_tail;
|
|
char *users = NULL;
|
|
int hotkey = 0;
|
|
|
|
/* Allocate dummy head node for class list. */
|
|
classes_head = grub_zalloc (sizeof (struct grub_menu_entry_class));
|
|
if (! classes_head)
|
|
return grub_errno;
|
|
classes_tail = classes_head;
|
|
|
|
menu = grub_env_get_menu ();
|
|
if (! menu)
|
|
return grub_error (GRUB_ERR_MENU, "no menu context");
|
|
|
|
last = &menu->entry_list;
|
|
|
|
menusourcecode = grub_strdup (sourcecode);
|
|
if (! menusourcecode)
|
|
return grub_errno;
|
|
|
|
/* Parse menu arguments. */
|
|
for (i = 0; i < argc; i++)
|
|
{
|
|
/* Capture arguments. */
|
|
if (grub_strncmp ("--", args[i], 2) == 0 && i + 1 < argc)
|
|
{
|
|
const char *arg = &args[i][2];
|
|
|
|
/* Handle menu class. */
|
|
if (grub_strcmp(arg, "class") == 0)
|
|
{
|
|
char *class_name;
|
|
struct grub_menu_entry_class *new_class;
|
|
|
|
i++;
|
|
class_name = grub_strdup (args[i]);
|
|
if (! class_name)
|
|
{
|
|
failed = 1;
|
|
break;
|
|
}
|
|
|
|
/* Create a new class and add it at the tail of the list. */
|
|
new_class = grub_zalloc (sizeof (struct grub_menu_entry_class));
|
|
if (! new_class)
|
|
{
|
|
grub_free (class_name);
|
|
failed = 1;
|
|
break;
|
|
}
|
|
/* Fill in the new class node. */
|
|
new_class->name = class_name;
|
|
/* Link the tail to it, and make it the new tail. */
|
|
classes_tail->next = new_class;
|
|
classes_tail = new_class;
|
|
continue;
|
|
}
|
|
else if (grub_strcmp(arg, "users") == 0)
|
|
{
|
|
i++;
|
|
users = grub_strdup (args[i]);
|
|
if (! users)
|
|
{
|
|
failed = 1;
|
|
break;
|
|
}
|
|
|
|
continue;
|
|
}
|
|
else if (grub_strcmp(arg, "hotkey") == 0)
|
|
{
|
|
unsigned j;
|
|
|
|
i++;
|
|
if (args[i][1] == 0)
|
|
{
|
|
hotkey = args[i][0];
|
|
continue;
|
|
}
|
|
|
|
for (j = 0; j < ARRAY_SIZE (hotkey_aliases); j++)
|
|
if (grub_strcmp (args[i], hotkey_aliases[j].name) == 0)
|
|
{
|
|
hotkey = hotkey_aliases[j].key;
|
|
break;
|
|
}
|
|
|
|
if (j < ARRAY_SIZE (hotkey_aliases))
|
|
continue;
|
|
|
|
failed = 1;
|
|
grub_error (GRUB_ERR_MENU,
|
|
"Invalid hotkey: '%s'.", args[i]);
|
|
break;
|
|
}
|
|
else
|
|
{
|
|
/* Handle invalid argument. */
|
|
failed = 1;
|
|
grub_error (GRUB_ERR_MENU,
|
|
"invalid argument for menuentry: %s", args[i]);
|
|
break;
|
|
}
|
|
}
|
|
|
|
/* Capture title. */
|
|
if (! menutitle)
|
|
{
|
|
menutitle = grub_strdup (args[i]);
|
|
}
|
|
else
|
|
{
|
|
failed = 1;
|
|
grub_error (GRUB_ERR_MENU,
|
|
"too many titles for menuentry: %s", args[i]);
|
|
break;
|
|
}
|
|
}
|
|
|
|
/* Validate arguments. */
|
|
if ((! failed) && (! menutitle))
|
|
{
|
|
grub_error (GRUB_ERR_MENU, "menuentry is missing title");
|
|
failed = 1;
|
|
}
|
|
|
|
/* If argument parsing failed, free any allocated resources. */
|
|
if (failed)
|
|
{
|
|
free_menu_entry_classes (classes_head);
|
|
grub_free ((void *) menutitle);
|
|
grub_free ((void *) menusourcecode);
|
|
|
|
/* Here we assume that grub_error has been used to specify failure details. */
|
|
return grub_errno;
|
|
}
|
|
|
|
/* Add the menu entry at the end of the list. */
|
|
while (*last)
|
|
last = &(*last)->next;
|
|
|
|
*last = grub_zalloc (sizeof (**last));
|
|
if (! *last)
|
|
{
|
|
free_menu_entry_classes (classes_head);
|
|
grub_free ((void *) menutitle);
|
|
grub_free ((void *) menusourcecode);
|
|
return grub_errno;
|
|
}
|
|
|
|
(*last)->title = menutitle;
|
|
(*last)->hotkey = hotkey;
|
|
(*last)->classes = classes_head;
|
|
if (users)
|
|
(*last)->restricted = 1;
|
|
(*last)->users = users;
|
|
(*last)->sourcecode = menusourcecode;
|
|
|
|
menu->size++;
|
|
|
|
return GRUB_ERR_NONE;
|
|
}
|
|
|
|
static grub_menu_t
|
|
read_config_file (const char *config)
|
|
{
|
|
grub_file_t file;
|
|
|
|
auto grub_err_t getline (char **line, int cont);
|
|
grub_err_t getline (char **line, int cont __attribute__ ((unused)))
|
|
{
|
|
while (1)
|
|
{
|
|
char *buf;
|
|
|
|
*line = buf = grub_file_getline (file);
|
|
if (! buf)
|
|
return grub_errno;
|
|
|
|
if (buf[0] == '#')
|
|
grub_free (*line);
|
|
else
|
|
break;
|
|
}
|
|
|
|
return GRUB_ERR_NONE;
|
|
}
|
|
|
|
grub_menu_t newmenu;
|
|
|
|
newmenu = grub_env_get_menu ();
|
|
if (! newmenu)
|
|
{
|
|
newmenu = grub_zalloc (sizeof (*newmenu));
|
|
if (! newmenu)
|
|
return 0;
|
|
|
|
grub_env_set_menu (newmenu);
|
|
}
|
|
|
|
/* Try to open the config file. */
|
|
file = grub_file_open (config);
|
|
if (! file)
|
|
return 0;
|
|
|
|
while (1)
|
|
{
|
|
char *line;
|
|
|
|
/* Print an error, if any. */
|
|
grub_print_error ();
|
|
grub_errno = GRUB_ERR_NONE;
|
|
|
|
if ((getline (&line, 0)) || (! line))
|
|
break;
|
|
|
|
grub_normal_parse_line (line, getline);
|
|
grub_free (line);
|
|
}
|
|
|
|
grub_file_close (file);
|
|
|
|
return newmenu;
|
|
}
|
|
|
|
/* Initialize the screen. */
|
|
void
|
|
grub_normal_init_page (struct grub_term_output *term)
|
|
{
|
|
int msg_len;
|
|
int posx;
|
|
const char *msg = _("GNU GRUB version %s");
|
|
char *msg_formatted;
|
|
grub_uint32_t *unicode_msg;
|
|
grub_uint32_t *last_position;
|
|
|
|
grub_term_cls (term);
|
|
|
|
msg_formatted = grub_xasprintf (msg, PACKAGE_VERSION);
|
|
if (!msg_formatted)
|
|
return;
|
|
|
|
msg_len = grub_utf8_to_ucs4_alloc (msg_formatted,
|
|
&unicode_msg, &last_position);
|
|
grub_free (msg_formatted);
|
|
|
|
if (msg_len < 0)
|
|
{
|
|
return;
|
|
}
|
|
|
|
posx = grub_getstringwidth (unicode_msg, last_position, term);
|
|
posx = (grub_term_width (term) - posx) / 2;
|
|
grub_term_gotoxy (term, posx, 1);
|
|
|
|
grub_print_ucs4 (unicode_msg, last_position, term);
|
|
grub_printf("\n\n");
|
|
grub_free (unicode_msg);
|
|
}
|
|
|
|
static void
|
|
read_lists (const char *val)
|
|
{
|
|
read_command_list (val);
|
|
read_fs_list (val);
|
|
read_crypto_list (val);
|
|
read_terminal_list (val);
|
|
}
|
|
|
|
static char *
|
|
read_lists_hook (struct grub_env_var *var __attribute__ ((unused)),
|
|
const char *val)
|
|
{
|
|
read_lists (val);
|
|
return val ? grub_strdup (val) : NULL;
|
|
}
|
|
|
|
/* Read the config file CONFIG and execute the menu interface or
|
|
the command line interface if BATCH is false. */
|
|
void
|
|
grub_normal_execute (const char *config, int nested, int batch)
|
|
{
|
|
grub_menu_t menu = 0;
|
|
const char *prefix = grub_env_get ("prefix");
|
|
|
|
read_lists (prefix);
|
|
grub_register_variable_hook ("prefix", NULL, read_lists_hook);
|
|
grub_command_execute ("parser.grub", 0, 0);
|
|
|
|
if (config)
|
|
{
|
|
menu = read_config_file (config);
|
|
|
|
/* Ignore any error. */
|
|
grub_errno = GRUB_ERR_NONE;
|
|
}
|
|
|
|
if (! batch)
|
|
{
|
|
if (menu && menu->size)
|
|
{
|
|
grub_show_menu (menu, nested);
|
|
if (nested)
|
|
free_menu (menu);
|
|
}
|
|
}
|
|
}
|
|
|
|
/* This starts the normal mode. */
|
|
void
|
|
grub_enter_normal_mode (const char *config)
|
|
{
|
|
nested_level++;
|
|
grub_normal_execute (config, 0, 0);
|
|
grub_cmdline_run (0);
|
|
nested_level--;
|
|
if (grub_normal_exit_level)
|
|
grub_normal_exit_level--;
|
|
}
|
|
|
|
/* Enter normal mode from rescue mode. */
|
|
static grub_err_t
|
|
grub_cmd_normal (struct grub_command *cmd __attribute__ ((unused)),
|
|
int argc, char *argv[])
|
|
{
|
|
if (argc == 0)
|
|
{
|
|
/* Guess the config filename. It is necessary to make CONFIG static,
|
|
so that it won't get broken by longjmp. */
|
|
char *config;
|
|
const char *prefix;
|
|
|
|
prefix = grub_env_get ("prefix");
|
|
if (prefix)
|
|
{
|
|
config = grub_xasprintf ("%s/grub.cfg", prefix);
|
|
if (! config)
|
|
goto quit;
|
|
|
|
grub_enter_normal_mode (config);
|
|
grub_free (config);
|
|
}
|
|
else
|
|
grub_enter_normal_mode (0);
|
|
}
|
|
else
|
|
grub_enter_normal_mode (argv[0]);
|
|
|
|
quit:
|
|
return 0;
|
|
}
|
|
|
|
/* Exit from normal mode to rescue mode. */
|
|
static grub_err_t
|
|
grub_cmd_normal_exit (struct grub_command *cmd __attribute__ ((unused)),
|
|
int argc __attribute__ ((unused)),
|
|
char *argv[] __attribute__ ((unused)))
|
|
{
|
|
if (nested_level <= grub_normal_exit_level)
|
|
return grub_error (GRUB_ERR_BAD_ARGUMENT, "not in normal environment");
|
|
grub_normal_exit_level++;
|
|
return GRUB_ERR_NONE;
|
|
}
|
|
|
|
static grub_err_t
|
|
grub_normal_reader_init (int nested)
|
|
{
|
|
struct grub_term_output *term;
|
|
const char *msg = _("Minimal BASH-like line editing is supported. For "
|
|
"the first word, TAB lists possible command completions. Anywhere "
|
|
"else TAB lists possible device or file completions. %s");
|
|
const char *msg_esc = _("ESC at any time exits.");
|
|
char *msg_formatted;
|
|
|
|
msg_formatted = grub_xasprintf (msg, nested ? msg_esc : "");
|
|
if (!msg_formatted)
|
|
return grub_errno;
|
|
|
|
FOR_ACTIVE_TERM_OUTPUTS(term)
|
|
{
|
|
grub_normal_init_page (term);
|
|
grub_term_setcursor (term, 1);
|
|
|
|
grub_print_message_indented (msg_formatted, 3, STANDARD_MARGIN, term);
|
|
grub_puts ("\n");
|
|
}
|
|
grub_free (msg_formatted);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static grub_err_t
|
|
grub_normal_read_line_real (char **line, int cont, int nested)
|
|
{
|
|
const char *prompt;
|
|
|
|
if (cont)
|
|
prompt = ">";
|
|
else
|
|
prompt = "grub>";
|
|
|
|
if (!prompt)
|
|
return grub_errno;
|
|
|
|
while (1)
|
|
{
|
|
*line = grub_cmdline_get (prompt);
|
|
if (*line)
|
|
break;
|
|
|
|
if (cont || nested)
|
|
{
|
|
grub_free (*line);
|
|
*line = 0;
|
|
return grub_errno;
|
|
}
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
static grub_err_t
|
|
grub_normal_read_line (char **line, int cont)
|
|
{
|
|
return grub_normal_read_line_real (line, cont, 0);
|
|
}
|
|
|
|
void
|
|
grub_cmdline_run (int nested)
|
|
{
|
|
grub_err_t err = GRUB_ERR_NONE;
|
|
|
|
err = grub_auth_check_authentication (NULL);
|
|
|
|
if (err)
|
|
{
|
|
grub_print_error ();
|
|
grub_errno = GRUB_ERR_NONE;
|
|
return;
|
|
}
|
|
|
|
grub_normal_reader_init (nested);
|
|
|
|
while (1)
|
|
{
|
|
char *line;
|
|
|
|
if (grub_normal_exit_level)
|
|
break;
|
|
|
|
/* Print an error, if any. */
|
|
grub_print_error ();
|
|
grub_errno = GRUB_ERR_NONE;
|
|
|
|
grub_normal_read_line_real (&line, 0, nested);
|
|
if (! line)
|
|
break;
|
|
|
|
grub_normal_parse_line (line, grub_normal_read_line);
|
|
grub_free (line);
|
|
}
|
|
}
|
|
|
|
static char *
|
|
grub_env_write_pager (struct grub_env_var *var __attribute__ ((unused)),
|
|
const char *val)
|
|
{
|
|
grub_set_more ((*val == '1'));
|
|
return grub_strdup (val);
|
|
}
|
|
|
|
GRUB_MOD_INIT(normal)
|
|
{
|
|
grub_context_init ();
|
|
|
|
/* Normal mode shouldn't be unloaded. */
|
|
if (mod)
|
|
grub_dl_ref (mod);
|
|
|
|
grub_set_history (GRUB_DEFAULT_HISTORY_SIZE);
|
|
|
|
grub_install_newline_hook ();
|
|
grub_register_variable_hook ("pager", 0, grub_env_write_pager);
|
|
|
|
/* Register a command "normal" for the rescue mode. */
|
|
grub_register_command ("normal", grub_cmd_normal,
|
|
0, N_("Enter normal mode."));
|
|
grub_register_command ("normal_exit", grub_cmd_normal_exit,
|
|
0, N_("Exit from normal mode."));
|
|
|
|
/* Reload terminal colors when these variables are written to. */
|
|
grub_register_variable_hook ("color_normal", NULL, grub_env_write_color_normal);
|
|
grub_register_variable_hook ("color_highlight", NULL, grub_env_write_color_highlight);
|
|
|
|
/* Preserve hooks after context changes. */
|
|
grub_env_export ("color_normal");
|
|
grub_env_export ("color_highlight");
|
|
}
|
|
|
|
GRUB_MOD_FINI(normal)
|
|
{
|
|
grub_context_fini ();
|
|
|
|
grub_set_history (0);
|
|
grub_register_variable_hook ("pager", 0, 0);
|
|
grub_fs_autoload_hook = 0;
|
|
}
|