diskimage-builder/diskimage_builder/elements/lvm/README.rst
Olivier Bourdon caf565673b Fix for proper LVM support
Without this fix, a LVM based ubuntu-minimal image will fail
booting due to the fact that the boot process will not be able
to retrieve the root filesystem using LABEL=(cloud)img-rootfs

Change-Id: If4ecf65868563f7b799160a58af6312bedf956bf
2018-07-09 14:15:57 +00:00

16 lines
464 B
ReStructuredText

=====
lvm
=====
This is the LVM support element for Ubuntu Xenial.
Note that this element requires initramfs-tools and lvm2
packages to be added to the DIB image using -p option.
If this is not the case, an error will be triggered.
This element enables that an image build with a customized
DIB_BLOCK_DEVICE_CONFIG containing LVM volumes will boot
properly.
On CentOS like distributions, you should use dracut-regenerate
element instead of current lvm element.