Revision 5a05633a
Added by Jim Pingle over 14 years ago
usr/local/www/system_advanced_admin.php | ||
---|---|---|
422 | 422 |
<input name="enableserial" type="checkbox" id="enableserial" value="yes" <?php if (isset($pconfig['enableserial'])) echo "checked"; ?> /> |
423 | 423 |
<strong><?=gettext("This will enable the first serial port with 9600/8/N/1"); ?></strong> |
424 | 424 |
<br> |
425 |
<span class="vexpl"><?=gettext("Note: This will disable the internal video card/keyboard"); ?></span>
|
|
425 |
<span class="vexpl"><?=gettext("Note: This will redirect the console output and messages to the serial port. You can still access the console menu from the internal video card/keyboard. A <b>null modem</b> serial cable or adapter is required to use the serial console."); ?></span>
|
|
426 | 426 |
</td> |
427 | 427 |
</tr> |
428 | 428 |
<tr> |
Also available in: Unified diff
Fix serial port note text.