Commit c9f8b985 by Tomohiro Matsuyama Committed by Stéphane Graber

Add missing option -t/--fstype.

parent f080ffd7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment