unmkinitramfs
generic modular initramfs generator (core tools)
Install
- All systems
-
curl cmd.cat/unmkinitramfs.sh
- Debian
-
apt-get install initramfs-tools-core
- Ubuntu
-
apt-get install initramfs-tools-core
- Kali Linux
-
apt-get install initramfs-tools-core
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install initramfs-tools-core
- Raspbian
-
apt-get install initramfs-tools-core
- Dockerfile
- dockerfile.run/unmkinitramfs
initramfs-tools-core
generic modular initramfs generator (core tools)
This package contains the mkinitramfs program that can be used to create a bootable initramfs for a Linux kernel. The initramfs should be loaded along with the kernel and is then responsible for mounting the root filesystem and starting the main init system.