--- gnu-efi-2.0/elilo/elilo.c.ook Wed Apr 18 22:53:04 2001 +++ gnu-efi-2.0/elilo/elilo.c Wed Apr 18 22:54:23 2001 @@ -71,7 +71,9 @@ UINTN initrd_size; /* how big is the initial ramdisk */ }; -elilo_opt_t elilo_opt; +elilo_opt_t elilo_opt = { + noquery: 1 +}; EFI_SYSTEM_TABLE *systab; @@ -622,13 +622,16 @@ argc = argify(info->LoadOptions,info->LoadOptionsSize, argv); - while ((c=Getopt(argc, argv, W2U(L"C:adqht:i:vVf"))) != -1 ) { + while ((c=Getopt(argc, argv, W2U(L"C:adQqht:i:vVf"))) != -1 ) { switch(c) { case 'a': elilo_opt.always_alt=1; break; case 'd': elilo_opt.debug=1; + break; + case 'Q': + elilo_opt.noquery=0; break; case 'q': elilo_opt.noquery=1; --- gnu-efi-2.0/elilo/elilo.txt.ook Wed Apr 18 22:54:30 2001 +++ gnu-efi-2.0/elilo/elilo.txt Wed Apr 18 22:55:21 2001 @@ -37,10 +37,13 @@ -v Turn on verbose mode. LILO prints more message about what it is doing. - -q Do not ask for a keypress when invoked in interactive mode. + -Q Ask for a keypress when invoked in interactive mode. The interactive mode is entered when LILO is invoked with command line arguments or when it is interrupted in the middle - of loading an image. + of loading an image. + + -q Do not ask for a keypress when invoked in interactive mode. + (This option is the default.) -a Always check for alternate kernel image. When LILO detects that it has been invoked with some command line argument, the