cloud-initramfs-tools 0.25ubuntu1.12.04.1 source package in Ubuntu

Changelog

cloud-initramfs-tools (0.25ubuntu1.12.04.1) precise-proposed; urgency=medium

  * no change backport of 0.25ubuntu1.14.04.1 from 14.04 to 12.04
    (LP: #1515661)
    + add new binary packages: overlayroot, cloud-initramfs-copymods,
      cloud-initramfs-dyn-netconf
    + growroot: correctly identify partition and block device for devices
      named like devnameXpN, such as mmcblk0p1 (LP: #1236380).
    + growroot: support newer versions of growpart which exit 1
      for 'NOCHANGE'.

 -- Scott Moser <email address hidden>  Thu, 12 Nov 2015 13:02:02 -0500

Upload details

Uploaded by:
Scott Moser
Uploaded to:
Precise
Original maintainer:
Scott Moser
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main admin

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cloud-initramfs-tools_0.25ubuntu1.12.04.1.tar.xz 32.1 KiB 45d711bb18df0287dac10968f0b8dc49eb290a7ddadffed65ed871969c865a90
cloud-initramfs-tools_0.25ubuntu1.12.04.1.dsc 1.9 KiB 7272f3070ab6b6924f5d99c487a320137cfb152f3f260c09cc7c97a72134f410

Available diffs

View changes file

Binary packages built by this source

cloud-initramfs-copymods: copy initramfs modules into root filesystem for later use

 When booting with an external-to-root kernel and initramfs, you need
 to ensure that /lib/modules contains any necessary modules not already
 loaded.
 .
 This package arranges for the modules in the initramfs to be placed
 into /lib/modules after the switchroot is done.

cloud-initramfs-dyn-netconf: write a network interface file in /run for BOOTIF

 This package provides an initramfs module that will write a simple
 network interfaces formated file to /run/network/interfaces with
 entries for any devices that were configured during initramfs.

cloud-initramfs-growroot: automatically resize the root partition on first boot

 This package adds functionality to an initramfs built by initramfs-tools.
 When installed, the initramfs will repartition a disk to make the
 root volume consume all space that follows it.
 .
 You most likely do not want this package unless you know what you are
 doing. It is primarily interesting in a virtualized environment when
 a disk can provisioned with a size larger than its original size.
 In this case, with this package installed, you can automatically use
 the new space without requiring a reboot to re-read the partition table.

cloud-initramfs-rescuevol: boot off a rescue volume rather than root filesystem

 This package adds functionality to an initramfs built by initramfs-tools.
 When installed the initramfs will check to see if any partitions
 with a label of 'RESCUE_VOL' are attached. If such a volume is attached,
 it will boot off that volume rather than the root volume.
 .
 This is useful in a cloud environment, when the user is able to attach
 and detach volumes to a running system, but has no other mechanism
 for interupting of fixing a failed boot. It is analogous to inserting
 a rescue CD into a system to recover from failure.

overlayroot: use an overlayfs on top of a read-only root filesystem

 This package adds functionality to an initramfs built by initramfs-tools.
 When installed and configured, the initramfs will mount an overlayfs
 filesystem on top of a read-only root volume.
 .
 The changes can be written to a in-memory temporary filesystem, a
 filesystem on an existing block device, or a dmcrypt encrypted block
 device.