Displaying 11 results from an estimated 11 matches for "special_key".
Did you mean:
special_keys
2002 Nov 27
0
[Bug 448] New: ssh ignores key specified with -i if agent is running
...Portable OpenSSH
Version: older versions
Platform: All
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: dmarti at zgp.org
ssh -i special_key host
uses the key from ssh-agent, not the one specified with -i.
ssh -i special_key host
and
env -u SSH_AUTH_SOCK ssh -i .ssh/special_key host
do different things.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2015 Aug 15
0
[PATCH] EFI booting may hang indefinitely when no keyboard is present
...hine).
In addition to being able to boot Syslinux in all those systems, I also
wonder whether this patch could affect any of the special keys and
their related directives' behavior (and if so, hopefully for good?). I
am referring mainly to:
http://www.syslinux.org/wiki/index.php/Directives/special_keys
TIA,
Ady.
2017 Aug 04
0
menu.c32 background problem
...possibility of using the msg file(s) and the boot prompt, while
avoiding the use of (vesa)menu.c32 for this particular project? If you
do, there is room for improvements.
FYI:
_ [CTRL+L]:
www.syslinux.org/wiki/index.php?title=Cli#Keystrokes
www.syslinux.org/wiki/index.php?title=Directives/special_keys
_ MENU CLEAR:
www.syslinux.org/wiki/index.php?title=Menu#MENU_CLEAR
_ ASCII 12:
www.syslinux.org/wiki/index.php?title=Display_file_format
Regards,
Ady.
2015 Aug 15
3
[PATCH] EFI booting may hang indefinitely when no keyboard is present
EFI booting may hang indefinitely when no keyboard is present on a
machine (or when UEFI has chosen to not init USB due to fast boot).
Reproducible at least with "EFI v2.31 by American Megatrends" on an
Asrock H81M-ITX board.
Reason is the input draining loop near the end in efi/main.c; it calls
ReadKeyStroke() as long as EFI_NOT_READY is not returned. On machines
without keyboard,
2019 Apr 11
0
RFC: Feature: MENU HIDDEN behaviour on ANY key
...send an output result to the serial console different
than to a normal screen (but, please note that DISPLAY files are not always
working correctly for UEFI). So, here we already have several potential
alternatives.
I would also suggest reading
http://www.syslinux.org/wiki/index.php/Directives/special_keys
Independently of such potential alternative(s), the 'MENU SHIFTKEY' directive
(explained in the "MENU" wiki page and also mentioned in the "special keys"
wiki page) could be also combined with other directives, or it can be used
without the 'MENU HIDDEN' di...
2019 Apr 11
3
RFC: Feature: MENU HIDDEN behaviour on ANY key
Hello,
Here's a small enhancement feature for menu.c32. Looking for feedback before starting any coding (not sure when I'll have time for implementation)
Regards,
Dany St-Amant
*Problem statement*
When MENU HIDDEN is used on an headless server, any noise on the serial console can interrupt the boot; it would be preferable if there only specific keys were allowed to interrupt, reducing
2017 Aug 04
2
menu.c32 background problem
On 8/4/17, Ady Ady via Syslinux <syslinux at zytor.com> wrote:
>
>> Note, I am using syslinux from Ubuntu 16.04.2, presume that is 6.03.
>>
>> Regards,
>> Barry
>
> Before investing time in replying to each different (unexpected)
> behavior, I would suggest testing with *pre-built* binaries from
> 6.04-pre1 downloaded from kernel.org (considering the
2019 Apr 22
1
Bug/limitation: allowoptions (for label), implicit (for automated)
Hello,
At the boot prompt ALLOWOPTIONS 0 is only applied to implicit kernels and not to labels. For configuration which want to allow selection, but prevent customization of the kernel command line, this behaviour is bad.
Also the IMPLICIT 0 is applied to both the boot prompt and configuration setting (like DEFAULT); but one could argue that only the command supplied at the prompt make sense to
2015 Feb 01
0
hello world
...uot;non-new" users searching for some particular
information. If you have too much info together, it makes it more
difficult for specific details to be found.
As an example, instead of the whole SYSLINUX page, you could read (for
instance):
1_ Install
2_ Config
3_ Library_modules
4_ CLI
5_ Special_keys
6_ Menu
...
And there is more. Some users do not need CLI, while others want to
learn about special keyboard combinations...
> >
> >> The Simple Menu System is not an exclusive part of the EXTLINUX
> >> bootloader (or exclusive to any one Syslinux variant), so it wou...
2019 Apr 12
1
RFC: Feature: MENU HIDDEN behaviour on ANY key
...ible to serial console noise. With your suggestion the first "stage" would need a really small TOTALTIMEOUT to hide the issue. A short and quick to type label for second stage invocation could work.
> I would also suggest reading
> http://www.syslinux.org/wiki/index.php/Directives/special_keys
>
> Independently of such potential alternative(s), the 'MENU SHIFTKEY' directive
> (explained in the "MENU" wiki page and also mentioned in the "special keys"
> wiki page) could be also combined with other directives, or it can be used
> without the...
2015 Feb 01
3
hello world
On 02/01/2015 10:27 AM, Ady via Syslinux wrote:
> FWIW (this info can be found elsewhere too): _ "SYSLINUX" refers the
> install the bootloader files on the adequate boot area (see ...
Ok thanks, this also would be good information 'up front'. I can only
comment on how it could be better for a beginner, not in what is
actually available if you know where to look.