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:
Jesse Smith
2018-11-05 23:15:11 -04:00
parent 2fd897ff3a
commit 848ee05104
3 changed files with 8 additions and 2 deletions

View File

@@ -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)
/*