summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-11-19 11:00:22 +0100
committerJonathan Bauer2020-11-19 11:00:22 +0100
commit15ef36406ba73c072b66bd2846e275accd7ba21e (patch)
treea651d03fbaaa1be9e4103cfa77ee58c729fe5785
parent[busybox] eh, that was broken for a while (diff)
downloadsystemd-init-15ef36406ba73c072b66bd2846e275accd7ba21e.tar.gz
systemd-init-15ef36406ba73c072b66bd2846e275accd7ba21e.tar.xz
systemd-init-15ef36406ba73c072b66bd2846e275accd7ba21e.zip
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.
-rwxr-xr-xbuild-initramfs.sh2
1 files changed, 1 insertions, 1 deletions
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