lp:~brightbox/cloud-initramfs-tools/cloud-initramfs-tools

Created by Neil Wilson and last modified
Get this branch:
bzr branch lp:~brightbox/cloud-initramfs-tools/cloud-initramfs-tools
Members of Brightbox can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brightbox
Project:
cloud-initramfs-tools
Status:
Development

Recent revisions

76. By Neil Wilson

add configuration file in growroot to grow additional partitions.

75. By Scott Moser

documentation cleanup

74. By Scott Moser

support using BOOTIF_DEFAULT if BOOTIF not provided

If a cmdline contains 'BOOTIF_DEFAULT=eth0' but not BOOTIF, then
we set BOOTIF to 01-MA:CA:DD:RE:SS with the proper mac address
for the named device.

This allows a pxe without 'IPAPPEND' support to contain a default.

73. By Scott Moser

use 'manual' rather than 'auto'

for interfaces if-up'd in the kernel, write these as 'manual' type.
That should allow for the general normal path to work for ifup bringup.
now, on net-device-added, manual will still fire the ifup hooks that
will do resolvconf and event (static-networking) stuff.

72. By Scott Moser

fixes for usage on 12.04 (older ipconfig)

the ipconfig in 12.04:
 a.) writes files to /tmp/net-*.conf
 b.) does not include 'PROTO' in its output

There is also a fix here for static network configuration.
previously 'gateway' was being written as a second 'netmask'.

71. By Scott Moser

address LP: #1046405 explicitly

Newer maas cannot utilize 'ip=::::<hostname>:BOOTIF' functionality
that is provided by this package because it must operate with the
already released images that do not contain this package/function.

The workaround here is to allow newer maas to specify:
 ip=dhcp hostname=FOO BOOTIF=BAR
which will get translated through this package to:
 ip=::::FOO:NIC_NAME

Older images will continue to have it mean
 ip=:::::NIC_NAME

but will not break with multiple nics.

70. By Scott Moser

* add cloud-initramfs-dyn-netconf package.
  * support replacing 'BOOTIF' in an 'ip' kernel cmdline parameter with
    the actual interface name (ip=:::::BOOTIF => ip=::::eth0) (LP: #1046405)
  * support writing network-interfaces style file for any devices configured
    via 'ipconfig' in the kernel (LP: #1053190).

69. By Scott Moser

releasing version 0.17-0ubuntu1

68. By Scott Moser

* disable searching for config disk by default (LP: #1034116)
* make config disk device configurable
* support reading /etc/overlayroot.local.conf for local configuration

67. By Dustin Kirkland 

opening 0.17

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:cloud-initramfs-tools
This branch contains Public information 
Everyone can see this information.

Subscribers