mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-24 20:52:16 +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:
parent
f080ffd7d6
commit
c9f8b9859d
5
src/lxc/lxc-clone.in
Normal file → Executable file
5
src/lxc/lxc-clone.in
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user