rpms/grub/devel grub-keystatus.patch,1.2,1.3

Peter Jones pjones at fedoraproject.org
Tue Jan 5 22:08:53 UTC 2010


Author: pjones

Update of /cvs/extras/rpms/grub/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32579

Modified Files:
	grub-keystatus.patch 
Log Message:
Clear the screen when the timeout finishes, not just if verbose is set.
Patch from Eelko Berkenpies.
Resolves: rhbz#473319


grub-keystatus.patch:
 b/efi/eficon.c            |    7 +++++++
 b/grub/asmstub.c          |    7 +++++++
 b/stage1/stage1.S         |    4 +++-
 b/stage2/asm.S            |   31 +++++++++++++++++++++++++++++++
 b/stage2/boot.c           |   33 +++++++++++++++++----------------
 b/stage2/builtins.c       |   34 +++++++++++++++++++++++++++++++++-
 b/stage2/char_io.c        |   14 ++++++++++++++
 b/stage2/cmdline.c        |    4 ++--
 b/stage2/shared.h         |   11 +++++++++++
 b/stage2/stage1_5.c       |    3 ++-
 b/stage2/stage2.c         |   33 +++++++++++++++++++++++----------
 b/stage2/start.S          |   13 ++++++++-----
 b/stage2/term.h           |    9 +++++++++
 grub-0.97/stage2/stage2.c |   16 +++++++++++-----
 14 files changed, 178 insertions(+), 41 deletions(-)

Index: grub-keystatus.patch
===================================================================
RCS file: /cvs/extras/rpms/grub/devel/grub-keystatus.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- grub-keystatus.patch	13 Feb 2009 21:23:23 -0000	1.2
+++ grub-keystatus.patch	5 Jan 2010 22:08:52 -0000	1.3
@@ -423,7 +423,7 @@ index f8bccf8..aef7c63 100644
    struct term_entry *prev_term = NULL;
  
 -  cls();
-+  if (grub_verbose)
++  if (grub_verbose || grub_timeout != 0)
 +    cls();
  
    /*




More information about the fedora-extras-commits mailing list