Changes between Version 37 and Version 38 of Documentation/SupportedImages/BuildingBaselineImage


Ignore:
Timestamp:
Jan 20, 2015, 9:07:59 PM (9 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/SupportedImages/BuildingBaselineImage

    v37 v38  
    3333    GRUB_RECORDFAIL_TIMEOUT=0
    3434    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
     35    #These lines are optimized for boot speed, remove the log/quiet options for debug
    3536    GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"
    36     GRUB_TERMINAL=serial
    37     GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
     37    GRUB_CMDLINE_LINUX_DEFAULT="biosdevname=0 hrn=%fqdn% ip=dhcp loglevel=0 quiet"
     38    GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8 biosdevname=0 hrn=%fqdn% ip=dhcp loglevel=0 quiet"
    3839    }}}
    3940 1. To configure the serial console for login create a file named /etc/init/ttyS0.conf and give it the following contents: