2
- move to buildroot 2015.05 adjusting makefile and build appropriately.
3
- use Ubuntu 16.04 kernels (4.4.0)
4
- enable architectures ppc64, ppc64le, aarch64
5
- respect init= parameter
6
- growpart/growroot: resize partition while mounted with newer growpart.
7
default to background resizing of root filesystem.
8
- handle local subnet routes correctly (LP: #1369367)
9
- Add support for UEFI booting on AArch64 and x86-64 architectures.
11
- update ca-certificates.crt to mozilla trunk as of 2016-07-21.
12
- arm/aarch64: put a getty on ttyAMAO.
14
- Improve tooling for IPv6 and network debugging [Jens Rosenboom]
15
- make 'nc -ll' work again. [Jens Rosenboom]
16
- set default timezone to UTC
18
- kernel: update to latest released Ubuntu 12.04 kernel (3.2.0-80.116).
20
- Wrap udhcpc to provide for easier passing of options including
21
those required to get MTU set properly. [Harm Weites] (LP: #1301958)
22
- Busybox: enable nc flags '-s ADDR', '-n', '-u', '-o FILE', -z.
23
- kernel: update to latest released Ubuntu 12.04 kernel (3.2.0.68.81).
25
- Recognize failure when getting entries from ec2 metadata service,
26
especially annoying on 'ec2metadata --public-keys' (LP: #1148165)
27
- fix bug on ec2 metadata service if no public keys available.
28
Problem was that 404 was not being recognized (LP: #1148165)
29
- do not mount / as rw if already mounted rw. in lxc this generated
30
additional and irrelevant noise on console.
31
- fix 'is_lxc' to work correctly.
32
- support 'seed' data from /var/lib/cloud/seed for nocloud and
34
- fix random and urandom device entries to be character rather
36
- if running in lxc (not libvirt-lxc), start getty on /dev/console
37
- add usr/share/udhcpc/default.script which helps better control
38
what happens on dhcp ifup.
39
- support executing /etc/rc.local
40
- set hostname from datasource (LP: #1132686)
41
- fix bad entry for 'ftp' user in /etc/group (LP: #1222951)
42
- support static routes provided in dhcp data (LP: #1190372)
43
- support resizing root filesystem (LP: #1261710) but disable
44
by default. resizing can be enabled via file injection.
45
- provide more information in cirros-sysinfo [Harm Weites]
47
- move to buildroot 2012.05 (busybox 1.20.1)
48
- build on Ubuntu 12.04
49
- support https client via curl/openssl (LP: #918702)
50
- support mounting of vfat filesystems (LP: #929841)
51
- support acpi shutdown (LP: #944151)
52
- ec2metadata: remove double '/' in --public-keys requests (LP: #992492)
53
- upgrade kernel to Ubuntu 12.04 LTS kernel (3.2.0-25.40)