~dpigott/lava-master-image-scripts/fix-stty-bug

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
General notes
=============

Bugs and features should go via launchpad.net project pages.
The following links should help you to get started:

If you want to report a bug: https://bugs.launchpad.net/lava-master-image-scripts/+filebug

If you want to as a question: https://answers.launchpad.net/lava-master-image-scripts/+addquestion


Notes to developers
===================

* If all you need to do is add support for another board (that is already
  supported by linaro-media-create) then look at boards.d, you should not need
  to change the code. The only exception is adding support/workaround for
  license click-through wrappers.

* Shell is easy to get wrong, be careful and remeber that dash/sh != bash

* Usually simple solutions trumpt both primitive _and_ complex solutions