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 }