summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjandob2016-02-11 14:35:48 +0100
committerjandob2016-02-11 14:35:48 +0100
commit76e80abc5085664a629ad3311286933afd37bcd1 (patch)
tree017f494421dc357c614b037475d5d757aa73c671
parentrebash update (diff)
parentAdd missing dependency for ubuntu (libjansson). (diff)
downloadsystemd-init-76e80abc5085664a629ad3311286933afd37bcd1.tar.gz
systemd-init-76e80abc5085664a629ad3311286933afd37bcd1.tar.xz
systemd-init-76e80abc5085664a629ad3311286933afd37bcd1.zip
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
-rwxr-xr-xbuilder/build-initramfs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index 669e6a28..eee78943 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -39,8 +39,8 @@ if ! [[ -d "$_needed_location" ]]; then
pushd "$_temporary_repository_location"
git submodule init
git submodule foreach '
- branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"
- git clone --depth 1 --branch $branch
+ branch="$(git config --file "$toplevel/.gitmodules" "submodule.$name.branch")"
+ git clone --depth 1 --branch "$branch"
'
git submodule update --remote
popd
@@ -92,7 +92,7 @@ declare -A optional_dependencies=(
['curl git gzip tar']='dynamically retrieve and unpack missing application which will be compiled for current or given kernel' \
[qemu-img]='support template systems in container (usually used by virtual runtime environments')
declare -A core_shared_library_pattern_dependencies=(
- [libz]='compile dnbd3 for given or current kernel')
+ ['libz libjansson']='compile dnbd3 for given or current kernel')
declare -A optional_shared_library_pattern_dependencies=()
declare -A core_package_dependencies=()
declare -A optional_package_dependencies=(