diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
index dca136e0..a5cd1f03 100644
--- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
+++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
@@ -271,14 +271,16 @@ isar_bootstrap() {
                                ${@get_distro_components_argument(d, True)} \
                                "${@get_distro_suite(d, True)}" \
                                "${ROOTFSDIR}" \
-                               "${@get_distro_source(d, True)}"
+                               "${@get_distro_source(d, True)}" \
+                               ${DISTRO_DEBOOTSTRAP_SCRIPT}
             else
                 ${DEBOOTSTRAP} $debootstrap_args \
                                --arch="${DISTRO_ARCH}" \
                                ${@get_distro_components_argument(d, False)} \
                                "${@get_distro_suite(d, False)}" \
                                "${ROOTFSDIR}" \
-                               "${@get_distro_source(d, False)}"
+                               "${@get_distro_source(d, False)}" \
+                               ${DISTRO_DEBOOTSTRAP_SCRIPT}
             fi
 
             # Install apt config
