[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch for boot message
From: |
Mischa Spiegelmock |
Subject: |
Patch for boot message |
Date: |
Fri, 10 Aug 2007 23:18:55 -0700 |
User-agent: |
Thunderbird 2.0.0.6 (Windows/20070728) |
I got sick of grub saying "The highlighted entry will be booted
automatically in 1 seconds."
Here's a patch:
Index: normal/menu.c
===================================================================
RCS file: /sources/grub/grub2/normal/menu.c,v
retrieving revision 1.18
diff -r1.18 menu.c
331,332c331,332
< The highlighted entry will be booted automatically in %d seconds. ",
< timeout);
---
> The highlighted entry will be booted automatically in %d
second%c ",
> timeout, (timeout == 1 ? ' ' : 's'));
-Mischa Spiegelmock
- Patch for boot message,
Mischa Spiegelmock <=