update-initramfs
generic modular initramfs generator
Install
- All systems
-
curl cmd.cat/update-initramfs.sh
- Debian
-
apt-get install initramfs-tools
- Ubuntu
-
apt-get install initramfs-tools
- Kali Linux
-
apt-get install initramfs-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install initramfs-tools
- Raspbian
-
apt-get install initramfs-tools
- Dockerfile
- dockerfile.run/update-initramfs
initramfs-tools
generic modular initramfs generator
This package contains tools to create a bootable initramfs for Linux kernel packages. The initramfs is a compressed cpio archive. At boot time, the kernel unpacks that archive into RAM, mounts and uses it as initial root file system. The mounting of the real root file system occurs in early user space. klibc provides utilities to setup root. Having the root on MD, LVM2, LUKS or NFS is also supported. Any boot loader with initrd support is able to load an initramfs archive.
live-tools
Live System Extra Components
The Live Systems project maintains the components to build Debian based Live systems and the official Debian Live images themselves. live-tools contains extra components for live systems.