~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
23
24
25
26
27
28
29
30
31
32
2012.05:
    
    * Unreleased
    * Increase the size of the default image to 3G - now back at 1G
    * Add support for partitioning SD cards via both native mmc interface and
      USB adapters
    * Rename run-beagle-master-in-qemu.sh to boot-snaphot-in-qemu.sh and allow
      the user to point it at any image pathname
    * Add partitioning on boot up rather than as a seperate phase
    * Update note displayed on older Ubuntu releases

2u12.04:

    * Fix `lava-master-image-info --help`
    * Change boot initialization method:
      - each boot runs ntpdate to synchronize the clock
      - each boot generates uuid of that boot
      - first boot uuid is separately stored and persists across reboots
    * Add --first-boot-uuid and --boot-uuid to lava-device-info
    * Add support for vexpress boards (Dave Pigott)
    * Add support for XDG_CACHE_HOME, thus removing the need for the in-tree
      'cache' directory.
    * Add support for -o/--output to store the image in a specified file

2012.03:
    * Initial release.
    * Unofficial support for:
      - beagle (broken)
      - imx53 (untested)
      - origen (untested)
      - panda
      - snowball (untested)