/[grub]/grub2/normal/command.c
ViewVC logotype

Diff of /grub2/normal/command.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by marco_g, Fri Sep 17 09:36:52 2004 UTC revision 1.8 by marco_g, Mon Jan 31 21:40:25 2005 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 2003  Free Software Foundation, Inc.   *  Copyright (C) 2003, 2005  Free Software Foundation, Inc.
4   *   *
5   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
6   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 316  grub_command_init (void) Line 316  grub_command_init (void)
316                           "rescue", "Enter into the rescue mode.", 0);                           "rescue", "Enter into the rescue mode.", 0);
317    
318    grub_register_command ("set", set_command, GRUB_COMMAND_FLAG_BOTH,    grub_register_command ("set", set_command, GRUB_COMMAND_FLAG_BOTH,
319                           "unset ENVVAR", "Set an environment variable.", 0);                           "set [ENVVAR=VALUE]", "Set an environment variable.", 0);
320    
321    grub_register_command ("unset", unset_command, GRUB_COMMAND_FLAG_BOTH,    grub_register_command ("unset", unset_command, GRUB_COMMAND_FLAG_BOTH,
322                           "set [ENVVAR=VALUE]", "Remove an environment variable.", 0);                           "unset ENVVAR", "Remove an environment variable.", 0);
323    
324    grub_register_command ("insmod", insmod_command, GRUB_COMMAND_FLAG_BOTH,    grub_register_command ("insmod", insmod_command, GRUB_COMMAND_FLAG_BOTH,
325                           "insmod MODULE|FILE", "Insert a module.", 0);                           "insmod MODULE|FILE", "Insert a module.", 0);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26