summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-initramfs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh
index e4b213f6..a8684529 100755
--- a/build-initramfs.sh
+++ b/build-initramfs.sh
@@ -481,6 +481,9 @@ main() {
exit 0
fi
+ # ask password shice wegkloppen
+ sed -i '/systemd-ask-password/d' "${_dracut_dir}/modules.d/00systemd/module-setup.sh"
+
echo 'Building initramfs...'
"${_dracut_dir}/dracut.sh" --local \
--modules "${dracut_modules[*]}" --conf /etc/dracut.conf \