From f7cf49c10a33f9a5e36726e974ef58b00c73eef9 Mon Sep 17 00:00:00 2001 From: torben Date: Tue, 9 Feb 2016 10:45:27 +0100 Subject: Sync. --- builder/build-initramfs.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index beb562e8..6a956a7f 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -33,8 +33,9 @@ if ! [[ -d "$_needed_location" ]]; then echo "Needed dependency \"git\" isn't available. Please install \"git\" or provide the repositories data structure in \"$(dirname "${BASH_SOURCE[0]}")\"." fi _temporary_repository_location="$(mktemp --directory)" - git clone --depth 1 git://git.openslx.org/openslx-ng/systemd-init.git \ - "$_temporary_repository_location" --no-single-branch + git clone --depth 1 --no-single-branch \ + git://git.openslx.org/openslx-ng/systemd-init.git \ + "$_temporary_repository_location" pushd "$_temporary_repository_location" git submodule update --init --remote --depth 1 popd -- cgit v1.2.3-55-g7522