summaryrefslogtreecommitdiffstats
path: root/unmkinitramfs.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 05:42:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 05:42:59 +0000
commitc45bd7dca7394d3a25f5bbf416f3b75c50759190 (patch)
treef7dbbfcc2f6b787eea456d1f1e28525ca2ceb9ba /unmkinitramfs.8
parentInitial commit. (diff)
downloadinitramfs-tools-c45bd7dca7394d3a25f5bbf416f3b75c50759190.tar.xz
initramfs-tools-c45bd7dca7394d3a25f5bbf416f3b75c50759190.zip
Adding upstream version 0.143.upstream/0.143upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'unmkinitramfs.8')
-rw-r--r--unmkinitramfs.856
1 files changed, 56 insertions, 0 deletions
diff --git a/unmkinitramfs.8 b/unmkinitramfs.8
new file mode 100644
index 0000000..ae9252d
--- /dev/null
+++ b/unmkinitramfs.8
@@ -0,0 +1,56 @@
+.TH UNMKINITRAMFS 8 "2016/12/15" "initramfs\-tools" "System Administration"
+
+.SH NAME
+unmkinitramfs \- extract content from an initramfs image
+
+.SH SYNOPSIS
+.B unmkinitramfs
+.RB [ -v ]
+.IR initramfs-file " " directory
+.br
+.BR unmkinitramfs " " -h
+
+.SH DESCRIPTION
+The
+.B unmkinitramfs
+command extracts the content of a given initramfs image using
+.BR cpio .
+If the image contains multiple segments, each are passed to
+.B cpio
+in order.
+
+.SH OPTIONS
+
+.TP
+.B -h
+Display usage information and exit.
+
+.TP
+.B -v
+Display verbose messages about extraction.
+
+
+.SH USAGE EXAMPLES
+
+Extract initramfs content of current running kernel:
+
+.PP
+.B unmkinitramfs /boot/initrd.img-$(uname -r) initramfs/
+
+
+.SH BUGS
+.BR unmkinitramfs
+cannot deal with multiple-segmented initramfs images, except where an
+early (uncompressed) initramfs with system firmware is prepended to
+the regular compressed initramfs.
+
+.SH AUTHOR
+The initramfs-tools are written by Maximilian Attems <maks@debian.org>
+and numerous others.
+
+.SH SEE ALSO
+.BR
+.IR initramfs-tools (7),
+.IR lsinitramfs (8),
+.IR mkinitramfs (8),
+.IR update-initramfs (8).