2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 11:09:33 +00:00

Add missing option -t/--fstype.

Signed-off-by: Tomohiro Matsuyama <tomo@cx4a.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Tomohiro Matsuyama
2013-01-27 20:54:17 +09:00
committed by Stéphane Graber
parent f080ffd7d6
commit c9f8b9859d

5
src/lxc/lxc-clone.in Normal file → Executable file
View File

@@ -85,6 +85,11 @@ while [ $# -gt 0 ]; do
lxc_size=$1 lxc_size=$1
shift shift
;; ;;
-t|--fstype)
optarg_check $opt $1
fstype=$1
shift
;;
-v|--vgname) -v|--vgname)
optarg_check $opt $1 optarg_check $opt $1
lxc_vg=$1 lxc_vg=$1