diff options
Diffstat (limited to 'builder')
| -rwxr-xr-x | builder/build-initramfs.sh | 5 |
1 files 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 |
