dustymabe added a new comment to an issue you are following: `` added in https://github.com/projectatomic/rpm-ostree/pull/574 you can `rpm-ostree initramfs --enable` to make it so that the initramfs gets regenerated on upgrades.
``` [root@vanilla-f28atomic ~]# rpm-ostree initramfs --help Usage: rpm-ostree initramfs [OPTION…]
Enable or disable local initramfs regeneration
Help Options: -h, --help Show help options
Application Options: --os=OSNAME Operate on provided OSNAME --enable Enable regenerating initramfs locally --arg=ARG Append ARG to the dracut arguments --disable Disable regenerating initramfs locally -r, --reboot Initiate a reboot after operation is complete --sysroot=SYSROOT Use system root SYSROOT (default: /) --peer Force a peer-to-peer connection instead of using the system message bus --version Print version information and exit ``` ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/426