UPDATE-INITRAMFS.CONF
Section: update-initramfs.conf manual (5)Updated: 2010/04/05
Index Return to Main Contents
NAME
update-initramfs.conf - configuration file for update-initramfsDESCRIPTION
The configuration file allows one to disable the update action from update-initramfs.GENERAL VARIABLES
- update_initramfs
- Default is
yes for running the latest initramfs-tools hooks in the newest Linux image. Setting it to all updates any known initramfs. It is possible to set it to no for remote servers or boxes where conservative manners needs to be applied. This disables the update_initramfs -u call.- backup_initramfs
- If set update_initramfs
keeps an .bak file of the previous initramfs. If unset the backup initramfs will not be kept.
FILES
- /etc/initramfs-tools/update-initramfs.conf
-
AUTHOR
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), update-initramfs(8).
Index
This document was created by man2html, using the manual pages.
Time: 04:45:55 GMT, September 16, 2022 Content-type: text/html; charset=UTF-8
UPDATE-INITRAMFS
Section: update-initramfs manual (8)Updated: 2008/12/19
Index Return to Main Contents
NAME
update-initramfs - generate an initramfs imageSYNOPSIS
update-initramfs -c|-d|-u [-k version] [-t] [-v] [-b directory] [-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 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.
string specifies update-initramfs to execute the chosen action for all kernel versions, that are already known to update-initramfs.The use of "all" for the 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
directory- Set an different bootdir for the image creation.
-h- Print a short help page describing the available options in update-initramfs.
- 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.
EXAMPLES
Update the initramfs of the newest kernel:
update-initramfs -u
Create the initramfs for a specific kernel:
update-initramfs -c -k 2.6.18-1-686
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), lsinitramfs(8).
Index
This document was created by man2html, using the manual pages.
Time: 04:46:02 GMT, September 16, 2022
0 댓글