From b71b74971ad5e506f12d25a0b2943b3266b511d3 Mon Sep 17 00:00:00 2001 From: torben Date: Tue, 9 Feb 2016 10:29:20 +0100 Subject: Fix. --- builder/build-initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index 9bd3cf94..bccb4384 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -36,7 +36,7 @@ if ! [[ -d "$_needed_location" ]]; then git clone --depth 1 git://git.openslx.org/openslx-ng/systemd-init.git \ "$_temporary_repository_location" pushd "$_temporary_repository_location" - git submodule update --init --remote --depth 1 + git submodule update --init --remote --depth 1 --no-single-branch popd cp --recursive \ "${_temporary_repository_location}/builder/dnbd3-rootfs" \ -- cgit v1.2.3-55-g7522