summaryrefslogtreecommitdiffstats
path: root/man/prokit.1in
blob: 8fe00fb46b4ee5c7cd79a0413bcb9a2294365f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.TH prokit 1 \
"2014-08-28" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@"

.SH NAME
prokit \- ProteanOS Development Kit

.SH SYNOPSIS
\fBprokit\fP [\fIoption\fP ...] \fIcommand\fP [\fIarg\fP ...]

.SH DESCRIPTION
.B prokit
can install a ProteanOS system and run a ProteanOS shell within an isolated file
system environment using the chroot utility.  It is similar in function to the
debootstrap program of Debian and derivatives.

.SH OPTIONS
.TP
.BI \-h
Print help information
.TP
.BI \-V
Print version information

.SH PROKIT COMMANDS
.TP
.BR prokit-help (1)
Print help information
.TP
.BR prokit-version (1)
Print version information
.TP
.BR prokit-install (8)
Install a system into a directory
.TP
.BR prokit-shell (8)
Run a shell in an isolated environment
.TP
.BR prokit-opkg (8)
Manage packages with opkg
.TP
.BR prokit-build (8)
Build a package

.SH COPYRIGHT
Copyright (C) 2014  Patrick "P. J." McDermott
.P
The ProteanOS Development Kit is free software: you can redistribute
it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
.P
The ProteanOS Development Kit is distributed in the hope that it
will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
.P
You should have received a copy of the GNU General Public License
along with the ProteanOS Development Kit.  If not, see
<http://www.gnu.org/licenses/>.