summaryrefslogtreecommitdiff
path: root/update-initramfs.8
blob: d1e1ed08a21c0dfba86a74cee1a8b41d39481779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.TH UPDATE-INITRAMFS 8  "$Date: 2005/12/06" $" "" "update-initramfs manual"

.SH NAME
update-initramfs \- generate an initramfs image

.SH SYNOPSIS
.B update-initramfs
.RB [ \-k 
.IR version ] 
.RB [ \-c ] 
.RB [ \-u ] 
.RB [ \-t ] 
.RB [ \-v ] 
.RB [ \-h ] 
.SH DESCRIPTION
The
.B update-initramfs 
script manages your initramfs images on your local box.
It keeps track of the existing initramfs archives in /boot.
It helps to update, create and remove those.

The initramfs is an 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.

.SH OPTIONS
.TP
\fB \-k \fI version
Set the kernel for whom the initramfs will be generated.

.TP
\fB \-c
Create a new initramfs.

.TP
\fB \-u
Update an existing initramfs.

.TP
\fB \-d
Remove an existing initramfs.

.TP
\fB \-t
Take over a custom initramfs with this one.

.TP
\fB \-v
This option increases the amount of information you are given during
the chosen action.

.TP
\fB \-h
Print a short help page describing the available options in 
.B update-initramfs.

.SH AUTHOR
The initramfs-tools are written by Jeff Bailey <jbailey@ubuntu.com>.
This manual is maintained by Maximilian Attems <maks@sternwelten.at>.

.SH SEE ALSO

.BR initramfs.conf (5), initramfs-tools (8), mkinitramfs (8)