Diff: DebianChrootHowto
--- Version 1
+++ Version 2
@@ -1,7 +1,7 @@
-### Index
+### Index ###
----
! Introduction
-Perhaps you want to test the latest bleeding-edge release of the [Apache] webserver. Or maybe you would like to let some friends host a website on your production system without letting them near your pristine configuration. Maybe you are paranoid and like to keep each application seperate from each other to minimise potential security problems. Whatever your intentions for setting up a ''chroot jail'', the last thing you need is to spend hours configuring each jailed environment. Enter [Debian] installed in a chroot jail - all the power and ease of [Debian] in the secure jail you demand!
+Perhaps you want to test the latest bleeding-edge release of the [Apache] webserver. Or maybe you would like to let some friends host a website on your production system without letting them near your pristine configuration. Maybe you are paranoid and like to keep each application seperate from each other to minimise potential security problems. Whatever your intentions for setting up a ''chroot jail'', the last thing you need is to spend hours configuring each jailed environment. Enter debootstrap to create a [Debian] chroot jail - all the power and ease of [Debian] in the secure jail you demand!
----
! Planning
You need to have a clear idea of what you intend on achieving before you begin. This example will focus on running a webserver from the [Debian] distribution, to be administered by a friend who we don't trust enough to have an account on the host system.
@@ -15,7 +15,7 @@
----
! Starting out
!! Create the host directory
- mkdir /chroot/webserver
+ mkdir -p /chroot/webserver
!! Install debootstrap
apt-get install debootstrap / up2date install debootstrap / ...
!! Install the base system
[EditText] [Spelling] [Current] [Raw] [Code] [Diff] [Subscribe] [VersionHistory] [Revert] [Delete] [RecentChanges]