customize base rootfs arg

This commit is contained in:
Thales Maciel 2026-02-05 14:37:03 -03:00
parent 01517dd902
commit a8078f2393
3 changed files with 25 additions and 15 deletions

View file

@ -62,8 +62,8 @@ if [[ -z "$BASE_ROOTFS" ]]; then
fi
fi
log "building $OUT_ROOTFS from $BASE_ROOTFS"
exec "$DIR/customize.sh" "$OUT_ROOTFS" \
--size "$SIZE_SPEC" \
--base-rootfs "$BASE_ROOTFS" \
--docker
log "building $OUT_ROOTFS from $BASE_ROOTFS"
exec "$DIR/customize.sh" "$BASE_ROOTFS" \
--out "$OUT_ROOTFS" \
--size "$SIZE_SPEC" \
--docker