Updated init manual page to include GRUB in boot loader comment
as LILO is rarely used outside of the Slackware family these days. Switched stty flags to use ECHOE instead of ECHOPRT. This should give smoother, more natural backspac-erase behaviour on emergency consoles. (Created in init -b mode.)
This commit is contained in:
@@ -832,7 +832,7 @@ void console_stty(void)
|
||||
#endif /* IUTF8 */
|
||||
;
|
||||
tty.c_oflag = OPOST|ONLCR;
|
||||
tty.c_lflag = ISIG|ICANON|ECHO|ECHOCTL|ECHOPRT|ECHOKE;
|
||||
tty.c_lflag = ISIG|ICANON|ECHO|ECHOCTL|ECHOE|ECHOKE;
|
||||
|
||||
#if defined(SANE_TIO) && (SANE_TIO == 1)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user