-add usage notes to lxc-debian script.
This commit is contained in:
parent
2a9c2183e8
commit
d27768b994
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
# Authors:
|
# Authors:
|
||||||
# Daniel Lezcano <daniel.lezcano@free.fr>
|
# Daniel Lezcano <daniel.lezcano@free.fr>
|
||||||
|
# Martin Konecny <martin.konecny@sourcefabric.org>
|
||||||
|
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# 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
|
# License along with this library; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# 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()
|
configure_debian()
|
||||||
{
|
{
|
||||||
rootfs=$1
|
rootfs=$1
|
||||||
|
|
Loading…
Reference in New Issue