dracut

Generate initramfs images to boot the Linux kernel. Dracut uses options from configuration files in /etc/dracut.conf, /etc/dracut.conf.d/*.conf and /usr/lib/dracut/dracut.conf.d/*.conf by default. More information: <https://github.com/dracutdevs/dracut/wiki>.

Debian Debian
RUN apt-get update && \ apt-get install -y dracut
Ubuntu
RUN apt-get update && \ apt-get install -y dracut
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y dracut
CentOS
RUN yum install -y dracut
Fedora
RUN dnf install -y dracut
Raspbian
RUN apt-get update && \ apt-get install -y dracut
click the source code to copy install dracut on any operating system with command-not-found.com