From c9f8b9859d59c25f7e07885166079a81b27fc0cd Mon Sep 17 00:00:00 2001 From: Tomohiro Matsuyama Date: Sun, 27 Jan 2013 20:54:17 +0900 Subject: [PATCH] Add missing option -t/--fstype. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomohiro Matsuyama Acked-by: Stéphane Graber --- src/lxc/lxc-clone.in | 5 +++++ 1 file changed, 5 insertions(+) mode change 100644 => 100755 src/lxc/lxc-clone.in diff --git a/src/lxc/lxc-clone.in b/src/lxc/lxc-clone.in old mode 100644 new mode 100755 index 76fc2f6e5..860b86fb1 --- a/src/lxc/lxc-clone.in +++ b/src/lxc/lxc-clone.in @@ -85,6 +85,11 @@ while [ $# -gt 0 ]; do lxc_size=$1 shift ;; + -t|--fstype) + optarg_check $opt $1 + fstype=$1 + shift + ;; -v|--vgname) optarg_check $opt $1 lxc_vg=$1