summaryrefslogtreecommitdiffstats
path: root/builder/build-initramfs.sh
diff options
context:
space:
mode:
authortorben2016-02-08 14:14:47 +0100
committertorben2016-02-08 14:14:47 +0100
commit1cda57473ff22afbfea61152678707151665f7e2 (patch)
tree6747a138ed8b03d8237fbb1537c13df86a912b97 /builder/build-initramfs.sh
parentMore improvements. (diff)
downloadsystemd-init-1cda57473ff22afbfea61152678707151665f7e2.tar.gz
systemd-init-1cda57473ff22afbfea61152678707151665f7e2.tar.xz
systemd-init-1cda57473ff22afbfea61152678707151665f7e2.zip
Fix.
Diffstat (limited to 'builder/build-initramfs.sh')
-rwxr-xr-xbuilder/build-initramfs.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index 720e9ce9..e4cf40b1 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -33,8 +33,7 @@ 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 --recursive --depth 1 \
- git://git.openslx.org/openslx-ng/systemd-init.git \
+ git clone --depth 1 git://git.openslx.org/openslx-ng/systemd-init.git \
"$_temporary_repository_location"
pushd "$_temporary_repository_location"
git submodule update --init --depth 1