Added build_image, patch_image, archive_target and prepare_nbd_volume as ./build actions
This commit is contained in:
parent
d108f4d0ae
commit
f18aba74aa
|
@ -103,6 +103,9 @@ cli() {
|
|||
patch_image
|
||||
exit 0
|
||||
;;
|
||||
"build_image"|"patch_image"|"archive_target"|"prepare_nbd_volume")
|
||||
eval $@
|
||||
;;
|
||||
esac
|
||||
echo >&2 "usage: [DEBUG=1] $0 (tarball|image|dev|patch)"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue