]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add missing option -t/--fstype.
authorTomohiro Matsuyama <tomo@cx4a.org>
Sun, 27 Jan 2013 11:54:17 +0000 (20:54 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 28 Jan 2013 23:09:37 +0000 (18:09 -0500)
Signed-off-by: Tomohiro Matsuyama <tomo@cx4a.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc-clone.in [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 76fc2f6..860b86f
@@ -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