Comment 15 for bug 1857493

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.opendev.org/704930
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=77229349f4d60df1cb5d1c039b9a7a879060a040
Submitter: Zuul
Branch: stable/rocky

commit 77229349f4d60df1cb5d1c039b9a7a879060a040
Author: Daniel Bengtsson <email address hidden>
Date: Thu Jan 30 08:45:22 2020 +0100

    Remove dracut-config-generic package.

    In LP#1830574, we introduce the dracut command to include necessary
    file into initramfs. However, dracut in RHEL or CentOS doesn't include
    sysctl.conf or other specific module related confs at an installation
    of new kernel if dracut-config-generic package exists on the system.

    We should remove the package to allow creating a host-specific initramfs
    at an installation of new kernel.

    Change-Id: Idbb69f4e05681f86933a7b57a506221cf6581536
    Closes-bug: #1857493
    Co-Authored-By: Keigo Noha <email address hidden>