Changes between Version 29 and Version 30 of Documentation/SupportedImages/BuildingBaselineImage


Ignore:
Timestamp:
Oct 9, 2013, 7:31:30 PM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/SupportedImages/BuildingBaselineImage

    v29 v30  
    2525''' Base OS configuration '''
    2626 1. Install base OS with a single 15GB partition. It should have no Swap. Openssh Server service should be installed.
    27  1. To configure grub/kernel messages to goto serial and prevent grub from looking for user input add/modify the following lines in /etc/default/grub and run update-grub:
     27 1. To configure grub/kernel messages to goto serial and prevent grub from looking for user input add/modify the following lines in /etc/default/grub and run update-grub(* see version notes):
    2828    {{{
    2929    GRUB_DEFAULT=0
     
    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.