~j-harbott/cirros:make-cirros-os-release

Last commit made on 2017-01-16
Get this branch:
git clone -b make-cirros-os-release https://git.launchpad.net/~j-harbott/cirros
Only Dr. Jens Harbott can upload to this branch. If you are Dr. Jens Harbott please log in for upload directions.

Branch merges

Branch information

Name:
make-cirros-os-release
Repository:
lp:~j-harbott/cirros

Recent commits

8b39df5... by Dr. Jens Harbott

WIP: Add os release support

a38f066... by Dr. Jens Harbott

Make our own version of /etc/os-release

By default there is a file generated by the buildroot Makefile, patch
this so that we claim to be "Cirros" instead of "Buildroot".

11166ec... by Dr. Jens Harbott

Add iputils package from buildroot

Tools like ping are lacking features in the busybox version, like proper
fragmentation support `ping -m DO`.

ba0aea7... by Dr. Jens Harbott

Add tcpdump package

This will allow debugging networking issues with cirros.

ad57a1c... by Dr. Jens Harbott

Update modules list

- Remove modules which are no longer available
- Add modules needed for vlan and bonding support

LP: #1605832
LP: #1625210

ff8c9ff... by Dr. Jens Harbott

Add iproute2 package

We need the "ip neigh" command to be available, since "arp" only shows
IPv4 neighbor information.

70ed973... by Dr. Jens Harbott

Add working DHCPv6 client and matching init script

LP: #1487041

4285160... by Dr. Jens Harbott

Make cirros-status output useful IPv6 information

- Output both link-local and global addresses
- Output IPv6 routes

LP: #1617197

c5f32bd... by Dr. Jens Harbott

Replace .bzrignore with .gitignore

Also add stuff that is created during the build to it

7d7f58b... by Dr. Jens Harbott

README: Add grub parameter to bin/bundle call