From: Trần Ngọc Quân Date: Mon, 28 Jul 2014 08:34:54 +0000 (+0700) Subject: add help string for ubuntu templete X-Git-Tag: lxc-1.1.0.alpha2~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04cda6d1d34e89ab5e27fdb39d3028cac6faecc4;p=thirdparty%2Flxc.git add help string for ubuntu templete Signed-off-by: Trần Ngọc Quân Signed-off-by: Serge Hallyn --- diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index 83c962e4f..e54b5586b 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -673,6 +673,7 @@ usage() $1 -h|--help [-a|--arch] [-b|--bindhome ] [-d|--debug] [-F | --flush-cache] [-r|--release ] [ -S | --auth-key ] [--rootfs ] [--packages ] [-u|--user ] [--password ] + [--mirror ] [--security-mirror ] release: the ubuntu release (e.g. precise): defaults to host release on ubuntu, otherwise uses latest LTS bindhome: bind 's home into the container The ubuntu user will not be created, and will have @@ -680,6 +681,7 @@ bindhome: bind 's home into the container arch: the container architecture (e.g. amd64): defaults to host arch auth-key: SSH Public key file to inject into container packages: list of packages to add comma separated +mirror,security-mirror: mirror for download and /etc/apt/sources.list EOF return 0 }