lp:cloud-initramfs-tools

Created by Dustin Kirkland  and last modified
Get this branch:
bzr branch lp:cloud-initramfs-tools
Members of cloud-initramfs-tools can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

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

Recent revisions

152. By Scott Moser

Move to git: git clone https://git.launchpad.net/cloud-initramfs-tools

151. By Scott Moser

rooturl: adjust squashfs url matching to not require '.'

This just extends the squashfs mounting to include anything
that ends in squashfs or squash. Previously it required ending
in .squashfs or .squash.

150. By Scott Moser

releasing package cloud-initramfs-tools version 0.39ubuntu1

149. By Scott Moser

update changelog

148. By Scott Moser

updateroot, rooturl: fix warnings to call log_warning_msg.

The log_warn function was not defined anywhere in these modules.

147. By Scott Moser

releasing package cloud-initramfs-tools version 0.38ubuntu1

146. By Scott Moser

update changelog

145. By Scott Moser

overlayroot: add 'noauto' to the options for the /media/root-ro fstab entry.

The primary change here is to add 'noauto' to the fstab entry that is
written for the read-only mount that is the underlay for the / mount.
The reason for this is that systemds' mount generator would create a
.mount entry for /media/root-ro that would depend on the .mount job
for / (-.mount).

A typical boot would have written:
  LABEL=cloudimg-rootfs /media/root-ro/ ext4 ro,defaults 0 0
  /media/root-ro/ / overlay lowerdir=/media/root-ro/,upper..... 0 0

But now we write
  LABEL=cloudimg-rootfs /media/root-ro/ ext4 ro,defaults,noauto 0 0
  /media/root-ro/ / overlay lowerdir=/media/root-ro/,upper..... 0 0

That works because we no longer will get a line like:
  Before=local-fs.target
for the media-root\x2dro.mount (media-root-ro.mount).
Thats perfectly fine as it is already mounted in the initramfs.

We would only see this in slower systems, most commonly when qemu was
used without kvm.

144. By Scott Moser

releasing package cloud-initramfs-tools version 0.37ubuntu1

143. By Scott Moser

* Remove unintended files from source upload.
* remove trailing white space in many files.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.