summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-06-02 12:34:06 +0200
committerJonathan Bauer2020-06-02 12:34:06 +0200
commit17cf4ec708c3c6e6f9f86f91b8d380623d73902f (patch)
treeed80c603e1d88854a84a650d2fffeb54f6e0871e
parentfix missing function renaming (diff)
parentfix pass parameter to dracut per argument (diff)
downloadsystemd-init-17cf4ec708c3c6e6f9f86f91b8d380623d73902f.tar.gz
systemd-init-17cf4ec708c3c6e6f9f86f91b8d380623d73902f.tar.xz
systemd-init-17cf4ec708c3c6e6f9f86f91b8d380623d73902f.zip
Merge branch 'downloader' into downloader-xloop
-rwxr-xr-xbuild-initramfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh
index 63879f03..57dd1d9b 100755
--- a/build-initramfs.sh
+++ b/build-initramfs.sh
@@ -471,7 +471,7 @@ main() {
done
# default dracut parameters and modules
- dracut_parameter=(
+ dracut_parameter+=(
--force
--no-hostonly
)