Changes between Version 31 and Version 32 of Documentation/SupportedImages/BuildingBaselineImage


Ignore:
Timestamp:
Mar 31, 2014, 10:07:05 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/SupportedImages/BuildingBaselineImage

    v31 v32  
    3737    GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
    3838    }}}
    39    To configure the serial console for login create a file named /etc/init/ttyS0.conf and give it the following contents:
     39 1. To configure the serial console for login create a file named /etc/init/ttyS0.conf and give it the following contents:
    4040    {{{
    4141    # ttyS0 - getty
     
    157157    GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8 biosdevname=0"
    158158    }}}
    159     Note: When you do this you will also have to fix /etc/network/interfaces as it will have the wrong device name.
     159    '''Note''': When you do this you will also have to '''fix /etc/network/interfaces''' as it will have the wrong device name.