Ticket #3039: grub-1.99-lockedmsg.patch

File grub-1.99-lockedmsg.patch, 1.1 KB (added by mad77, 13 years ago)
  • grub-core/normal/menu_text.c

    diff -pruN grub-1.99/grub-core/normal/menu_text.c grub-1.99.new/grub-core/normal/menu_text.c
    old new command-line or ESC to discard edits and  
    177177        {
    178178          ret += grub_print_message_indented_real
    179179            (_("Press enter to boot the selected OS, "
    180                "\'e\' to edit the commands before booting "
    181                "or \'c\' for a command-line. ESC to return previous menu.\n"),
     180               "NO EDITING of commands here, "
     181               "and NO command-line. LOCKED UP GRUB! ESC for previous menu.\n"),
    182182             STANDARD_MARGIN, STANDARD_MARGIN, term, dry_run);
    183183        }
    184184      else
    185185        {
    186186          ret += grub_print_message_indented_real
    187187            (_("Press enter to boot the selected OS, "
    188                "\'e\' to edit the commands before booting "
    189                "or \'c\' for a command-line.\n"),
     188               "NO EDITING of commands here "
     189               "and NO command-line. LOCKED UP GRUB!\n"),
    190190             STANDARD_MARGIN, STANDARD_MARGIN, term, dry_run);
    191191        }       
    192192    }