cloud-initramfs-tools 0.2ubuntu1 source package in Ubuntu

Changelog

cloud-initramfs-tools (0.2ubuntu1) oneiric; urgency=low

  * invoke blkid to search for the rescue volume rather than relying on
    /dev/disk/by-label/LABEL .  The by-label entries would sometimes
    not exist while the device would.
  * improve failed boot message
  * update debian/README.source to point at upstream location

  [Neil Wilson]
  * fix race condition that resulted in intermittent mount failures
    after 'growroot'. (LP: #765843)
 -- Scott Moser <email address hidden>   Wed, 08 Jun 2011 09:46:57 -0400

Upload details

Uploaded by:
Scott Moser
Sponsored by:
Dave Walker
Uploaded to:
Oneiric
Original maintainer:
Scott Moser
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cloud-initramfs-tools_0.2ubuntu1.tar.gz 19.1 KiB 95ac3f1006d9e2d583be0e669eb6cfd051ee5e9f07a19900854373e989d65794
cloud-initramfs-tools_0.2ubuntu1.dsc 860 bytes 1cfac8aa1af0c3730f4e344e7f98cd7d88d333aa15fc35745ad3026c734739cc

Available diffs

View changes file

Binary packages built by this source

cloud-initramfs-growroot: No summary available for cloud-initramfs-growroot in ubuntu oneiric.

No description available for cloud-initramfs-growroot in ubuntu oneiric.

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.