From 97794d8ad4d074a596cf4a9841141ea7c957b37e Mon Sep 17 00:00:00 2001 From: torben Date: Tue, 9 Feb 2016 10:31:13 +0100 Subject: Try, --- builder/build-initramfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index bccb4384..beb562e8 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -34,9 +34,9 @@ if ! [[ -d "$_needed_location" ]]; then fi _temporary_repository_location="$(mktemp --directory)" git clone --depth 1 git://git.openslx.org/openslx-ng/systemd-init.git \ - "$_temporary_repository_location" + "$_temporary_repository_location" --no-single-branch pushd "$_temporary_repository_location" - git submodule update --init --remote --depth 1 --no-single-branch + git submodule update --init --remote --depth 1 popd cp --recursive \ "${_temporary_repository_location}/builder/dnbd3-rootfs" \ -- cgit v1.2.3-55-g7522