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>.
Install
- All systems
-
curl cmd.cat/dracut.sh
- Debian
-
apt-get install dracut - Ubuntu
-
apt-get install dracut - Kali Linux
-
apt-get install dracut - CentOS
-
yum install dracut - Fedora
-
dnf install dracut - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install dracut - Raspbian
-
apt-get install 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>.
-
Generate an initramfs image for the current kernel without overriding any options:
dracut -
Generate an initramfs image for the current kernel and overwrite the existing one:
dracut --force -
Generate an initramfs image for a specific kernel:
dracut --kver kernel_version -
Show a list of available modules:
dracut --list-modules
© tl;dr; authors and contributors