From 7aa33e8b18a63f5c17063c9682dfb1f534472d5d Mon Sep 17 00:00:00 2001 From: torben Date: Mon, 8 Feb 2016 13:53:25 +0100 Subject: More improvements. --- builder/build-initramfs.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'builder') diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index c60586c8..720e9ce9 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -36,6 +36,9 @@ if ! [[ -d "$_needed_location" ]]; then git clone --recursive --depth 1 \ git://git.openslx.org/openslx-ng/systemd-init.git \ "$_temporary_repository_location" + pushd "$_temporary_repository_location" + git submodule update --init --depth 1 + popd cp --recursive \ "${_temporary_repository_location}/builder/dnbd3-rootfs" \ "$_needed_location" -- cgit v1.2.3-55-g7522