Fabian Deutsch has submitted this change and it was merged. Change subject: Add initramfs re-generation during installation ......................................................................
Add initramfs re-generation during installation Previously Node's initramfs was created at build time and never got changed. This lead to problems in situations where some configuration (i.e. a multipath configuration) was required in initramfs. With this patch, the initramfs will be generated at installation time. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1204212 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1191401 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1235965 Change-Id: I209a82ff6bf10edf0857e362584bc6370081c320 Signed-off-by: Fabian Deutsch <[email protected]> --- M ovirt-node.spec.in M scripts/Makefile.am A scripts/ovirt-node-update-initramfs M src/ovirt/node/utils/system.py M src/ovirtnode/install.py 5 files changed, 155 insertions(+), 41 deletions(-) -- To view, visit https://gerrit.ovirt.org/42912 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I209a82ff6bf10edf0857e362584bc6370081c320 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
