summaryrefslogtreecommitdiffstats
path: root/man/prokit.1in
blob: 20acb30e2b95dce2a5f06fb2da993c83f52fe274 (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
.TH prokit 1 \
"2014-08-25" "@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 (1)
Install a system into a directory
.TP
.BR prokit-shell (1)
Run a shell in an isolated environment

.SH COPYRIGHT
Copyright (C) 2014  Patrick "P. J." McDermott
.sp
This program 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 2 of the License, or
(at your option) any later version.
.sp
This program 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.
.sp
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.