From Fedora Project Wiki
(Updated initctl command) |
(remove pre-fedora 9 instructions) |
||
Line 11: | Line 11: | ||
# The installation displays properly works over the serial line | # The installation displays properly works over the serial line | ||
# Confirm that a login console is presented over the serial device | # Confirm that a login console is presented over the serial device | ||
# When using ''upstart'' ( | # When using ''upstart'' (Fedora 9 and later), you may confirm that the serial device is configured for login by examining the output of {{command|initctl status serial DEV{{=}}ttyS0}}. For example, | ||
#: <pre>serial (ttyS0) start/running, process 1210</pre> | #: <pre>serial (ttyS0) start/running, process 1210</pre> | ||
# The file ''/etc/securetty'' contains a line matching the requested console | # The file ''/etc/securetty'' contains a line matching the requested console | ||
}} | }} | ||
[[Category:User Interface]] | [[Category:User Interface]] |
Revision as of 19:36, 23 October 2010
Description
This test is intended to ensure that the console= parameter is honored and the post-installed systems is configured properly for a non tty0 console. While the examples mention the use of console=ttyS0, it it acceptable to use any device other than the default tty0.
How to test
- Using a DB-9 serial cable, connect to your test system on the first port (typically S0) and start a serial port monitoring application (ttywatch, cermit, or minicom)
- Boot installation program passing the console=ttyS0 command line parameter
- Complete installation and boot into installed system
Expected Results
- The installation displays properly works over the serial line
- Confirm that a login console is presented over the serial device
- When using upstart (Fedora 9 and later), you may confirm that the serial device is configured for login by examining the output of
initctl status serial DEV=ttyS0
. For example,serial (ttyS0) start/running, process 1210
- The file /etc/securetty contains a line matching the requested console