From 15ef36406ba73c072b66bd2846e275accd7ba21e Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 19 Nov 2020 11:00:22 +0100 Subject: build-initramfs.sh: disable shallow clones for now no longer that big of a deal since we are now downloading xmount/qemu-xmount via http instead of cloning the repo. These two will get deprecated soon anyway. --- build-initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-initramfs.sh b/build-initramfs.sh index 7dc576c9..1336b071 100755 --- a/build-initramfs.sh +++ b/build-initramfs.sh @@ -150,7 +150,7 @@ handler_git() { mkdir -p "$path" - local gitargs=("--depth" "1") + local gitargs=() if [ -n "$branch" ]; then gitargs+=("--branch" "$branch") fi -- cgit v1.2.3-55-g7522