diff options
-rwxr-xr-x | mbuto | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |