From b84997036da20c45318fae65309468e55f619eab Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Mon, 11 Sep 2017 14:23:26 +0200 Subject: [PATCH] Mention the need of dracut-regenerate element When using volumes, booting from them will need that the ramdisk image used has support for that. In case the lvm module is not included, mention the need of adding dracut-regenerate in the elements that are needed. Change-Id: I6e1f618dcfc5ef3be01c83904ffe6dd33db72bb7 Partially-Fixes-Bug: #1715686 --- doc/source/user_guide/building_an_image.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/user_guide/building_an_image.rst b/doc/source/user_guide/building_an_image.rst index 34f80e891..7be649960 100644 --- a/doc/source/user_guide/building_an_image.rst +++ b/doc/source/user_guide/building_an_image.rst @@ -477,6 +477,11 @@ On the `root` partition a physical volume is created. On that physical volume, a volume group is created. On top of this volume group, six logical volumes are created. +Please note that in order to build images that are bootable using volumes, +your ramdisk image will need to have that support. If the image you are using +does not have it, you can add the needed modules and regenerate it, by +including the `dracut-regenerate` element when building it. + Level 2 +++++++