Codebase list sysvinit / 848ee05
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.) Jesse Smith 5 years ago
3 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3333 message appear less often. The -q flag causes messages to only appear at the
3434 10 minute, 5 minute and x-hour intervals.
3535 The -Q flag maintains complete silence up until the final "now" warning.
36 * Mention GRUB as a potential boot loader in init page since LILO is
37 rarely used anymore, outside of Slackware.
38 * Swapped out ECHOPRT for ECHOE in stty settings when init brings up
39 emergency console. Should make backspace-erasing characters work
40 more naturally.
41 Closes Debian bug #402847.
3642
3743
3844 sysvinit (2.91) world; urgency=low
217217 if it is not set \fBinit\fP will set it to \fB/dev/console\fP by default.
218218 .SH BOOTFLAGS
219219 It is possible to pass a number of flags to \fBinit\fP from the
220 boot monitor (eg. LILO). \fBInit\fP accepts the following flags:
220 boot monitor (eg. LILO or GRUB). \fBInit\fP accepts the following flags:
221221 .TP 0.5i
222222 .B -s, S, single
223223 Single user mode boot. In this mode \fI/etc/inittab\fP is
831831 #endif /* IUTF8 */
832832 ;
833833 tty.c_oflag = OPOST|ONLCR;
834 tty.c_lflag = ISIG|ICANON|ECHO|ECHOCTL|ECHOPRT|ECHOKE;
834 tty.c_lflag = ISIG|ICANON|ECHO|ECHOCTL|ECHOE|ECHOKE;
835835
836836 #if defined(SANE_TIO) && (SANE_TIO == 1)
837837 /*