Support rootfs param on generic lxc-template

This commit is contained in:
Fabio Rehm 2013-09-27 12:24:21 -03:00
parent 9b20771bde
commit 6b823e8dcb

View file

@ -118,7 +118,7 @@ EOF
return 0
}
options=$(getopt -o a:b:hp:r:xn:FS:d:C -l arch:,help,path:,release:,trim,name:,flush-cache,auth-key:,debug:,tarball: -- "$@")
options=$(getopt -o a:b:hp:r:xn:FS:d:C -l arch:,help,path:,release:,trim,name:,flush-cache,auth-key:,debug:,tarball:,rootfs: -- "$@")
if [ $? -ne 0 ]; then
usage $(basename $0)
exit 1