other versions
- wheezy 0.109.1
- wheezy-backports 0.115~bpo70+1
- jessie 0.120+deb8u3
- testing 0.130
- unstable 0.130
conflicting packages
UPDATE-INITRAMFS(8) | update-initramfs manual | UPDATE-INITRAMFS(8) |
NAME¶
update-initramfs - generate an initramfs imageSYNOPSIS¶
update-initramfs -c|-d|-u [-k version] [-t] [-v] [-b] [-h]DESCRIPTION¶
The update-initramfs script manages your initramfs images on your local box. It keeps track of the existing initramfs archives in /boot. There are three modes of operation create, update or delete. You must at least specify one of those modes.OPTIONS¶
- -k version
- Set the specific kernel version for whom the initramfs will
be generated. For example the output of uname -r for your currently
running kernel. This argument is optional for update. The default is the
latest kernel version.
- -c
- This mode creates a new initramfs.
- -u
- This mode updates an existing initramfs.
- -d
- This mode removes an existing initramfs.
- -t
- Allows one to take over an custom initramfs with a newer
one.
- -v
- This option increases the amount of information you are
given during the chosen action.
- -b
- Set an different bootdir for the image creation.
- -h
- Print a short help page describing the available options in
update-initramfs.
EXAMPLES¶
Update the initramfs of the newest kernel:FILES¶
/etc/initramfs-tools/update-initramfs.confAUTHOR¶
The initramfs-tools are written by Maximilian Attems <maks@debian.org>, Jeff Bailey <jbailey@raspberryginger.com> and numerous others.SEE ALSO¶
initramfs.conf(5), initramfs-tools(8), mkinitramfs(8).2008/12/19 | Linux |