From: Serge Hallyn Date: Fri, 12 Jul 2013 20:33:06 +0000 (-0500) Subject: ubuntu-cloud template: accept --rootfs argument X-Git-Tag: lxc-1.0.0.alpha1~1^2~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=868a70afead6cc48a4c883126ea3ef01b6ec57e0;p=thirdparty%2Flxc.git ubuntu-cloud template: accept --rootfs argument Signed-off-by: Serge Hallyn --- diff --git a/templates/lxc-ubuntu-cloud.in b/templates/lxc-ubuntu-cloud.in index e8973818f..5ffb5baf4 100644 --- a/templates/lxc-ubuntu-cloud.in +++ b/templates/lxc-ubuntu-cloud.in @@ -194,6 +194,7 @@ do -T|--tarball) tarball=$2; shift 2;; -d|--debug) debug=1; shift 1;; -s|--stream) stream=$2; shift 2;; + --rootfs) rootfs=$2; shift 2;; --) shift 1; break ;; *) break ;; esac