diff options
-rw-r--r-- | doc/install/jail.mdwn | 8 | ||||
-rw-r--r-- | doc/install/prokit.mdwn | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/doc/install/jail.mdwn b/doc/install/jail.mdwn index 50dc8e2..a1d317a 100644 --- a/doc/install/jail.mdwn +++ b/doc/install/jail.mdwn @@ -10,14 +10,6 @@ call via the **chroot**(8) wrapper program. It is assumed that you have already [[built_and_optionally_installed_prokit|doc/install/prokit]]. -Note that to run ProteanOS under **chroot**(8) you need a host system running -Linux 3.4 or later. - -The ProteanOS Development Kit uses the **chroot**(8) and **mount**(8) commands, -which on Linux require superuser access. This guide assumes the use of -**sudo**(8) for running commands with superuser privileges. Adjust where -necessary if you don't use **sudo**(8). - Installing ProteanOS ==================== diff --git a/doc/install/prokit.mdwn b/doc/install/prokit.mdwn index a9ad647..bd5c904 100644 --- a/doc/install/prokit.mdwn +++ b/doc/install/prokit.mdwn @@ -10,7 +10,13 @@ ProteanOS. Building and installing prokit is easy. Ensure you have a **make**(1) utility such as GNU Make installed. No C or C++ compiler or other development tools are -necessary to build prokit. +necessary to build prokit. To install and manage ProteanOS systems you need a +host system running Linux 3.4 or later. + +The ProteanOS Development Kit uses the **chroot**(8) and **mount**(8) commands, +which on Linux require superuser access. This guide assumes the use of +**sudo**(8) for running commands with superuser privileges. Adjust where +necessary if you don't use **sudo**(8). Downloading the ProteanOS Development Kit |