~cyphermox/ubuntu/wily/grub2/lp1097570

« back to all changes in this revision

Viewing changes to grub-core/normal/main.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-08-26 17:23:09 UTC
  • Revision ID: package-import@ubuntu.com-20130826172309-uwkue8qczkq6eesz
Tags: 2.00-18
* Add gettext module to signed UEFI images (LP: #1104627).
* Put the preprocessor definition for quiet-boot in the right place so
  that it actually takes effect.

Show diffs side-by-side

added added

removed removed

Lines of Context:
399
399
grub_normal_read_line_real (char **line, int cont, int nested)
400
400
{
401
401
  const char *prompt;
402
 
#ifdef GRUB_QUIET_BOOT
 
402
#ifdef QUIET_BOOT
403
403
  static int displayed_intro;
404
404
 
405
405
  if (! displayed_intro)
455
455
      return;
456
456
    }
457
457
 
458
 
#ifndef GRUB_QUIET_BOOT
 
458
#ifndef QUIET_BOOT
459
459
  grub_normal_reader_init (nested);
460
460
#endif
461
461