Added build_image, patch_image, archive_target and prepare_nbd_volume as ./build actions

This commit is contained in:
Manfred Touron 2014-10-16 16:54:57 +00:00
parent d108f4d0ae
commit f18aba74aa
1 changed files with 3 additions and 0 deletions

View File

@ -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