diskimage-builder/diskimage_builder/elements/lvm
Gaëtan Trellu bbde9bb320 [lvm] Add Ubuntu bionic as supported distro
The way how LVM is created on Ubuntu Xenial and Ubuntu Bionic
is the same.

Change-Id: I16d548f6393dd3cdfd5a9befa5c0ef0f6db92df1
2019-03-04 15:05:37 -05:00
..
finalise.d Fix for proper LVM support 2018-07-09 14:15:57 +00:00
root.d [lvm] Add Ubuntu bionic as supported distro 2019-03-04 15:05:37 -05:00
README.rst Fix for proper LVM support 2018-07-09 14:15:57 +00:00
element-deps Fix for proper LVM support 2018-07-09 14:15:57 +00:00
package-installs.yaml Fix for proper LVM support 2018-07-09 14:15:57 +00:00

README.rst

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.