~j-harbott/cirros:update-buildroot

Last commit made on 2016-09-27
Get this branch:
git clone -b update-buildroot 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:
update-buildroot
Repository:
lp:~j-harbott/cirros

Recent commits

e33c0ca... by Dr. Jens Harbott

Fix buildroot config

- set proper uclibc config file
- remove patch that is no longer relevant

a0d9c8f... by Dr. Jens Harbott

Update kernel headers to 4.4

This matches the real kernel version that we are building with.

c744e2e... by Dr. Jens Harbott

Patch to br_ver 2016.08.1

ef3affe... by Dr. Jens Harbott

Patch to br_ver 2015.11.1

ff08ad5... by Dr. Jens Harbott

Patch to br_ver 2015.08.1

e6d30c4... by Scott Moser

Return error code for root login via ssh

When user ssh's in as root and sees the 'Please login as cirros'
message, that should exit non-zero.

Here we have arbitrarily picked '43', which is somewhat like 403
which is http redirect.

In my small tests I've found the following return codes:
  255: ssh -o ConnnectTimeout=3 google.com (timeout)
  255: ssh brickies.net (bad auth)
  255: ssh nodomainhere.example.com (host not found)

LP: #1437350

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

c57bcd9... by Scott Moser

replace bzr with git.

This is largely untested, but basically a change from using
bzr repo to git repo.