From 6d083a484c3ee13c30a88ec53e2b240920485d22 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 23 Jun 2021 14:27:07 +0200 Subject: build-initramfs.sh: update branches --- build-initramfs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-initramfs.sh b/build-initramfs.sh index 1c65fd7d..d7647ae3 100755 --- a/build-initramfs.sh +++ b/build-initramfs.sh @@ -43,7 +43,7 @@ declare -A core_repo=( [handler]="git" [path]="$_repo_dir" [url]="git://git.openslx.org/openslx-ng/systemd-init.git" - [branch]="downloader-cmake-refactor" + [branch]="downloader-centos7" ) declare -A core_dracut=( @@ -63,6 +63,7 @@ declare -A module_xloop=( [handler]="git" [url]="git://git.openslx.org/openslx-ng/xloop.git" [path]="${_repo_dir}/modules.d/dnbd3-rootfs/binaries/xloop" + [branch]="master" ) declare -A module_qemu_xmount=( -- cgit v1.2.3-55-g7522