summaryrefslogtreecommitdiff
path: root/mkinitramfs.8
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-02-14 11:22:50 +0100
committermaximilian attems <maks@debian.org>2006-02-14 11:22:50 +0100
commitb3fcee343807b6dcec5bb6a075ede8b3bc5da060 (patch)
treee40b5319fb01bb524f7178cc912654ddb735d83a /mkinitramfs.8
parent57bae4e1d5de2dceaf2c08937fceb6a5879075c2 (diff)
downloadinitramfs-tools-b3fcee343807b6dcec5bb6a075ede8b3bc5da060.tar.gz
initramfs-tools-b3fcee343807b6dcec5bb6a075ede8b3bc5da060.zip
better document the point of update-initramfs and mkinitramfs.
Diffstat (limited to 'mkinitramfs.8')
-rw-r--r--mkinitramfs.89
1 files changed, 8 insertions, 1 deletions
diff --git a/mkinitramfs.8 b/mkinitramfs.8
index 64f8786..79ce777 100644
--- a/mkinitramfs.8
+++ b/mkinitramfs.8
@@ -22,7 +22,14 @@ mkinitramfs \- generate an initramfs image
.SH DESCRIPTION
The
.B mkinitramfs
-script generates an initramfs image. The initramfs is an cpio archive.
+script generates an initramfs image.
+The initramfs is an cpio archive. The archive can be used on a different
+box of the same arch with the corresponding Linux kernel.
+.B mkinitramfs
+is meant for advanced usage. On your local box
+.B update-initramfs
+should do all necessary steps.
+
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.