diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-01-16 12:54:31 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-01-16 12:54:31 (EST) |
commit | eabfb0bdb89b980d0b4823dd308407fe711466bb (patch) | |
tree | 568df6a16783683cceb6cc2a8f863ad32b06f1ab /man/prokit-mkinitramfs.8in | |
parent | fcfa0430e97efbc07ce0fc9a56304ddf3f4ba0c0 (diff) |
cmd/mkinitramfs: Accept block device as root
Diffstat (limited to 'man/prokit-mkinitramfs.8in')
-rw-r--r-- | man/prokit-mkinitramfs.8in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/prokit-mkinitramfs.8in b/man/prokit-mkinitramfs.8in index 3f3b1f2..cc6d5d1 100644 --- a/man/prokit-mkinitramfs.8in +++ b/man/prokit-mkinitramfs.8in @@ -11,6 +11,9 @@ prokit-mkinitramfs \- Generate an initramfs containing an installed system .SH DESCRIPTION \fBprokit mkinitramfs\fP generates an initial RAM-based file system image containing an installed system found at \fIroot\fP. +.P +If \fIroot\fP is a block device node, the block device is mounted and the +initial RAM-based file system is generated from the device's file system. .SH OPTIONS .TP |