summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/initramfs-tools.manpages1
-rw-r--r--update-initramfs.860
3 files changed, 64 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c25c38b..d497980 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,9 @@ initramfs-tools (0.27) unstable; urgency=low
* Add question mark to the getopts for the help message.
- -- maximilian attems <maks@sternwelten.at> Mon, 19 Sep 2005 18:14:59 +0200
+ * update-initramfs.8 New file install it.
+
+ -- maximilian attems <maks@sternwelten.at> Tue, 20 Sep 2005 13:52:00 +0200
initramfs-tools (0.26) breezy; urgency=low
diff --git a/debian/initramfs-tools.manpages b/debian/initramfs-tools.manpages
index 95edfac..0f42d94 100644
--- a/debian/initramfs-tools.manpages
+++ b/debian/initramfs-tools.manpages
@@ -1,2 +1,3 @@
mkinitramfs.8
initramfs.conf.5
+update-initramfs.8
diff --git a/update-initramfs.8 b/update-initramfs.8
new file mode 100644
index 0000000..90b7bd9
--- /dev/null
+++ b/update-initramfs.8
@@ -0,0 +1,60 @@
+.TH UPDATE-INITRAMFS 8 "$Date: 2005/09/20" $" "" "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. 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)