summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
Diffstat (limited to 'builder')
-rwxr-xr-xbuilder/build-initramfs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index ae3cb523..4899d9c8 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -23,7 +23,7 @@
# commandline options.
declare -rg _root_dir="$(readlink -f $(dirname ${BASH_SOURCE[0]}))"
declare -rg _git_source="git://git.openslx.org/openslx-ng/systemd-init.git"
-declare -rg _git_branch="stable"
+declare -rg _git_branch="master"
## region ensure presence of needed dependencies
set -o errexit
_needed_location="${_root_dir}/modules.d"
@@ -669,7 +669,7 @@ main() {
# shouldn't we use absolute paths here?
_dracut_module_relative_path="../../modules.d/${_dracut_module}"
# TODO change to *not* always use '90' ...
- _dracut_module_target="${_root_dir}/dracut/modules.d/90${_dracut_module}"
+ _dracut_module_target="${_root_dir}/dracut/modules.d/00${_dracut_module}"
if [[ ! -L "$_dracut_module_target" || "$(readlink \
"$_dracut_module_target")" != "$_dracut_module_relative_path" ]]
then