]> git.proxmox.com Git - mirror_lxc.git/commitdiff
add help string for ubuntu templete
authorTrần Ngọc Quân <vnwildman@gmail.com>
Mon, 28 Jul 2014 08:34:54 +0000 (15:34 +0700)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 29 Jul 2014 13:34:23 +0000 (08:34 -0500)
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-ubuntu.in

index 83c962e4fb83110f43fc29348422810fea22ab3e..e54b5586b9d74d08d791f5cf1e1f5a30318b18af 100644 (file)
@@ -673,6 +673,7 @@ usage()
 $1 -h|--help [-a|--arch] [-b|--bindhome <user>] [-d|--debug]
    [-F | --flush-cache] [-r|--release <release>] [ -S | --auth-key <keyfile>]
    [--rootfs <rootfs>] [--packages <packages>] [-u|--user <user>] [--password <password>]
+   [--mirror <url>] [--security-mirror <url>]
 release: the ubuntu release (e.g. precise): defaults to host release on ubuntu, otherwise uses latest LTS
 bindhome: bind <user>'s home into the container
           The ubuntu user will not be created, and <user> will have
@@ -680,6 +681,7 @@ bindhome: bind <user>'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
 }