diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-24 02:10:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-24 02:10:48 (EDT) |
commit | c5dc1d55493b567ff1d962f2bb7a7ac81da94108 (patch) | |
tree | 996814f336bb8aed390b001164acac827a00f3dc /man | |
parent | ee3f67f2b0e053b29a142dd6ee8e8cc8f020022d (diff) |
cmd/opkg: Accept block device as root
Diffstat (limited to 'man')
-rw-r--r-- | man/prokit-opkg.8in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/prokit-opkg.8in b/man/prokit-opkg.8in index cfe8e9f..50b845a 100644 --- a/man/prokit-opkg.8in +++ b/man/prokit-opkg.8in @@ -5,12 +5,15 @@ prokit-opkg \- Manage packages with opkg .SH SYNOPSIS -\fBprokit opkg\fP \fIroot-dir\fP [\fIoption\fP ...] \fIsub-command\fP +\fBprokit opkg\fP \fIroot\fP [\fIoption\fP ...] \fIsub-command\fP [\fIargument\fP ...] .SH DESCRIPTION \fBprokit opkg\fP runs \fBopkg\fP in an isolated file system environment. .P +If \fIroot\fP is a block device node, the block device is mounted and \fBopkg\fP +is run in its file system. +.P \fIoption\fPs are \fBopkg\fP options and \fIsub-command\fP is an \fBopkg\fP sub-command. See the usage information for \fBopkg\fP for more information. .P |