summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2014-11-13 12:39:44 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-11-13 12:39:44 (EST)
commitb707b6ff3da532e7e2e4ce63cead0a0b179a5a2e (patch)
treef7b6a8dd64902dc32fa2faff8a73a034bd820ac3 /doc/install
parent261f15edd8c729a7ad4f0743fb276aad06796b20 (diff)
Move chroot/mount/sudo notes to doc/install/prokit
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/jail.mdwn8
-rw-r--r--doc/install/prokit.mdwn8
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