summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2016-02-09 10:29:20 +0100
committertorben2016-02-09 10:29:20 +0100
commitb71b74971ad5e506f12d25a0b2943b3266b511d3 (patch)
tree92cd55a4b408a0d825d6970e177faa1de8f02538
parentFIx. (diff)
downloadsystemd-init-b71b74971ad5e506f12d25a0b2943b3266b511d3.tar.gz
systemd-init-b71b74971ad5e506f12d25a0b2943b3266b511d3.tar.xz
systemd-init-b71b74971ad5e506f12d25a0b2943b3266b511d3.zip
Fix.
-rwxr-xr-xbuilder/build-initramfs.sh2
1 files changed, 1 insertions, 1 deletions
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" \