From 04cda6d1d34e89ab5e27fdb39d3028cac6faecc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Ng=E1=BB=8Dc=20Qu=C3=A2n?= Date: Mon, 28 Jul 2014 15:34:54 +0700 Subject: [PATCH] add help string for ubuntu templete MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Trần Ngọc Quân Signed-off-by: Serge Hallyn --- templates/lxc-ubuntu.in | 2 ++ 1 file changed, 2 insertions(+) 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 }