--- a/tools/mki-scripts +++ a/tools/mki-scripts @@ -49,7 +49,7 @@ export WORKDIR=/.image /.host/script.sh EOF -find "$scriptdir" -mindepth 1 -maxdepth 1 -type f | +find "$scriptdir"/ -mindepth 1 -maxdepth 1 -type f | sort -n | while read script; do [ -x "$script" ] || continue