summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2016-02-09 10:31:13 +0100
committertorben2016-02-09 10:31:13 +0100
commit97794d8ad4d074a596cf4a9841141ea7c957b37e (patch)
treed9ab58b2dd9ec1c34cce63babd97d44a10c4e09c
parentFix. (diff)
downloadsystemd-init-97794d8ad4d074a596cf4a9841141ea7c957b37e.tar.gz
systemd-init-97794d8ad4d074a596cf4a9841141ea7c957b37e.tar.xz
systemd-init-97794d8ad4d074a596cf4a9841141ea7c957b37e.zip
Try,
-rwxr-xr-xbuilder/build-initramfs.sh4
1 files 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" \