summaryrefslogtreecommitdiffstats
path: root/README
blob: dd3682407e0eabc9b5ef73df02f656a7695d7658 (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
ProteanOS Development Kit
-------------------------

This is prokit, the ProteanOS Development Kit.

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.

After being built with configure and make, prokit can be installed to
the system or run in place without installation.

Installing a ProteanOS system can be done as follows (assuming use of
sudo):

    $ sudo src/prokit install trunk $root

Start a ProteanOS shell in an isolated file system environment as
follows:

    $ sudo src/prokit shell $root

For more information on prokit's commands, use the help command:

    $ sudo src/prokit help

Copyright Information
---------------------

Copyright (C) 2014  Patrick "P. J." McDermott

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.