aboutgitcode
diff options
context:
space:
mode:
-rwxr-xr-xmbuto5
1 files changed, 5 insertions, 0 deletions
diff --git a/mbuto b/mbuto
index 247b63d..d138b8d 100755
--- a/mbuto
+++ b/mbuto
@@ -965,6 +965,11 @@ pkg_add() {
# build() - Build a new image, sourcing contents
build() {
+ if [ -z "${OUT}" ]; then
+ OUT="$("${MKTEMP}")"
+ notice "Creating image: ${OUT}"
+ fi
+
kmod_init
for __d in ${DIRS}; do