diff options
author | anonymous <anonymous> | 2003-06-27 22:56:31 +0000 |
---|---|---|
committer | anonymous <anonymous> | 2003-06-27 22:56:31 +0000 |
commit | 8bd6fc0a98539e50d96fe4b499be40c06ca63f5e (patch) | |
tree | b2d210d451f6cd8239fd60e2c7de620d40b65788 /INSTALL |
Initial revision
Diffstat (limited to 'INSTALL')
-rwxr-xr-x | INSTALL | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ +====================================================================== + Jailer INSTALL + + +This software only works with FreeBSD jails. It should be installed +and run from within a full jail system. + + +QUICK INSTALLATION: + # tar -zxvf jailer-1.1.2.tar.gz + # ./configure + # make && make install + + +This installs the jailer on your system, probably in /usr/local/sbin. +To use the jailer substitute 'sh /etc/rc' with it in your jail startup +command: + + # jail /usr/jails/myjail myjailhost 192.168.2.21 /usr/local/sbin/jailer + +See jail(8) for more information. + + + +REPLACING HALT AND REBOOT COMMANDS: + +To be able to reboot the jail from inside it, copy the provided +halt and reboot scripts over your original halt and reboot commands. +Note that you should only do this inside a jail! + + # cp /usr/local/sbin/halt /usr/local/sbin/reboot /sbin + + |