From 9d187dffebd95e7e0a802bc9c2b5f7fb71e3760e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 21 Jun 2024 10:45:21 +0200 Subject: [PATCH] Deboostrap: switch to last known working tag --- lib/functions/rootfs/rootfs-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/rootfs/rootfs-create.sh b/lib/functions/rootfs/rootfs-create.sh index 45794cb033..efc8550d3f 100644 --- a/lib/functions/rootfs/rootfs-create.sh +++ b/lib/functions/rootfs/rootfs-create.sh @@ -68,7 +68,7 @@ function create_new_rootfs_cache_via_debootstrap() { display_alert "Preparing debootstrap" "for ${DISTRIBUTION}'s ${RELEASE}" "info" case "${DISTRIBUTION}" in Ubuntu) - GIT_FIXED_WORKDIR="debootstrap-ubuntu-devel" fetch_from_repo "https://git.launchpad.net/ubuntu/+source/debootstrap" "debootstrap-ubuntu-devel" "branch:ubuntu/devel" + GIT_FIXED_WORKDIR="debootstrap-ubuntu-devel" fetch_from_repo "https://git.launchpad.net/ubuntu/+source/debootstrap" "debootstrap-ubuntu-devel" "tag:import/1.0.118ubuntu1.13" debootstrap_wanted_dir="${SRC}/cache/sources/debootstrap-ubuntu-devel" debootstrap_default_script="gutsy" ;;