Unix Man page/Perldoc/Info page, English-Chinese Dictionary,
Chinese-English Dictionary
UPDATE-INITRAMFS(8) UPDATE-INITRAMFS(8) NAME update-initramfs - generate an initramfs image SYNOPSIS update-initramfs [-k version] [-c] [-u] [-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. The initramfs is a gzipped cpio archive. At boot time, the kernel unpacks that archive into RAM disk, mounts and uses it as initial root file system. All finding of the root device happens in this early userspace. OPTIONS -k version Set the kernel version for whom the initramfs will be generated. For example the output of uname -r for your currently running kernel. -c This mode creates a new initramfs. -u This mode updates an existing initramfs. -d This mode removes an existing initramfs. -t Allows 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. AUTHOR The initramfs-tools are written by Jeff Bailey <jbailey AT ubuntu.com>. This manual is maintained by Maximilian Attems <maks AT sternwelten.at>. SEE ALSO initramfs.conf(5), initramfs-tools(8), mkinitramfs(8). $" $Date: 2006/02/17 UPDATE-INITRAMFS(8) |