From d27768b99471193fd4d589583db49d8fb9064819 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Tue, 8 Nov 2011 12:23:32 -0500 Subject: [PATCH] -add usage notes to lxc-debian script. --- dev_tools/lxc/lxc-debian | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev_tools/lxc/lxc-debian b/dev_tools/lxc/lxc-debian index 8760341c2..eb94429d7 100755 --- a/dev_tools/lxc/lxc-debian +++ b/dev_tools/lxc/lxc-debian @@ -5,6 +5,7 @@ # Authors: # Daniel Lezcano +# Martin Konecny # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,6 +21,12 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +#Martin's customizations: Note that this script adds the following changes: +# -Install debian squeeze instead of lenny +# -Configure separate network stack from the LXC container host. Requires +# bridge br0 to physical ethX port to exist +# This script is to be used with http://wiki.debian.org/LXC + configure_debian() { rootfs=$1