UPDATE-MINIRAMFS(8) | System Administration | UPDATE-MINIRAMFS(8) |
update-miniramfs - generate a miniramfs image
update-miniramfs {-c|-d|-u} [-k
version]
update-miniramfs -h
The update-miniramfs script manages your miniramfs images on your local box. It keeps track of the existing miniramfs archives in /boot. There are three modes of operation create, update or delete. You must at least specify one of those modes.
The miniramfs is a gzipped cpio archive containing the absolute minimum required to find and load the real initramfs. Once this is loaded boot is handed off to the initramfs.
Update the miniramfs of all installed kernels (including those currently without miniramfs archives):
update-miniramfs -u
Create the miniramfs for a specific kernel:
update-miniramfs -c -k 6.0.0-6-amd64
Miniramfs is written by Arnaud Ferraris <aferraris@debian.org>, Jarrah Gosbell <debian@undef.tools>.
2023/01/05 | miniramfs |