1
0
mirror of https://github.com/lesderid/image-archlinux synced 2025-04-11 14:45:39 +02:00

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

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