~j-harbott/cirros/update-ipv6

« back to all changes in this revision

Viewing changes to README

  • Committer: Jens Rosenboom
  • Date: 2015-03-28 18:35:25 UTC
  • Revision ID: j.rosenboom@x-ion.de-20150328183525-k5imh8vkpt9s29dt
Update for IPv6 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * cd cirros
12
12
 
13
13
 * download buildroot and setup environment
14
 
   $ br_ver="2014.08"
 
14
   $ br_ver="2015.05"
15
15
   $ mkdir -p ../download
16
16
   $ ln -snf ../download download
17
17
   $ ( cd download && wget http://buildroot.uclibc.org/downloads/buildroot-${br_ver}.tar.gz )
18
18
   $ tar -xvf download/buildroot-${br_ver}.tar.gz
19
19
   $ ln -snf buildroot-${br_ver} buildroot
 
20
   # Note(JR): 2015.05 is not yet released, but needed in order to get a 
 
21
   # recent openssl without security issues. Until then, you need to use
 
22
   # a daily snapshot or the git version, see http://buildroot.org/download
20
23
 
21
24
 * optionally update src/etc/ssl/certs/ca-certificates.crt
22
25
   This is not required, but can be done to make sure its up to date.
42
45
   The kernel input to bundle must be in deb format. The ubuntu '-virtual'
43
46
   kernel is used as a starting point.
44
47
 
45
 
   $ kver="3.2.0.68.102";
 
48
   $ kver="3.2.0-79.115";
46
49
   $ burl="https://launchpad.net/ubuntu/+archive/primary/+files/linux-image"
47
50
   $ for arch in i386 x86_64 arm; do
48
51
     xarch=$arch; flav="virtual"