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
shift
;;
-t|--fstype)
optarg_check $opt $1
fstype=$1
shift
;;
-v|--vgname)
optarg_check $opt $1
lxc_vg=$1