UPDATE-TIRFS(8) | tiny-initramfs Manual | UPDATE-TIRFS(8) |
update-tirfs - generate a tiny-initramfs image
update-tirfs [-k kernel-version]
The update-tirfs script generates initramfs images that contains the tiny-initramfs init binary and place them in the standard Debian location so that the boot loader may find them. It will call mktirfs(8) to create the actual image. When called, all initramfs images in /boot for matching kernel versions will be replaced.
Please read /usr/share/doc/tiny-initramfs-core/README.md for an overview of the use cases tiny-initramfs was designed for and the features it supports.
If present, the configuration file /etc/tiny-initramfs/tiny-initramfs.conf can modify the behavior of mktirfs(8) in how the initramfs image is constructed. Please refer to the documentation of the mktirfs utility for details.
Update all initramfs images:
update-tirfs
Update the initramfs image for a specific kernel version:
update-tirfs -k 4.2.0
Please do not call this utility from Debian maintainer scripts. Use the update-initramfs trigger instead, as that will not depend on the initramfs implementation.
Christian Seiler <christian@iwakd.de>
Jan 2016 |