diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-24 02:17:14 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-24 02:17:14 (EDT) |
commit | 09b53de79834fefcb6d9e83c86c0fdf729088292 (patch) | |
tree | 6a7b819141eb13ef5aaa64c46c981c6422973768 /man | |
parent | c5dc1d55493b567ff1d962f2bb7a7ac81da94108 (diff) |
cmd/install: Accept block device as root
Diffstat (limited to 'man')
-rw-r--r-- | man/prokit-install.8in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/prokit-install.8in b/man/prokit-install.8in index ef5f68d..4f10d34 100644 --- a/man/prokit-install.8in +++ b/man/prokit-install.8in @@ -6,10 +6,13 @@ prokit-install \- Install a system into a directory .SH SYNOPSIS \fBprokit install\fP [\fB-a\fP \fIarch\fP] [\fB-p\fP \fIplat\fP] -[\fB-m\fP \fImirror\fP] [\fB-F\fP] \fIsuite\fP \fIroot-dir\fP +[\fB-m\fP \fImirror\fP] [\fB-F\fP] \fIsuite\fP \fIroot\fP .SH DESCRIPTION -\fBprokit install\fP installs a basic system of \fIsuite\fP into \fIroot-dir\fP. +\fBprokit install\fP installs a basic system of \fIsuite\fP into \fIroot\fP. +.P +If \fIroot\fP is a block device node, the block device is mounted and a system +is installed into its file system. .P \fIsuite\fP can be a distribution like \fItrunk\fP; a channel and distribution like \fIdev/trunk\fP; a profile and distribution like \fIproteanos:trunk\fP; or |