summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorJonathan Bauer2019-07-25 12:35:54 +0200
committerJonathan Bauer2019-07-25 12:35:54 +0200
commit714b71533f41b8482281080e27997378b5c2f79f (patch)
tree42365d4b07123d9991cdb78d0c875428de45927b /builder
parent[slx-network] fix config dumpage (diff)
downloadsystemd-init-714b71533f41b8482281080e27997378b5c2f79f.tar.gz
systemd-init-714b71533f41b8482281080e27997378b5c2f79f.tar.xz
systemd-init-714b71533f41b8482281080e27997378b5c2f79f.zip
[kexec-reboot] wtf
Diffstat (limited to 'builder')
-rwxr-xr-xbuilder/modules.d/kexec-reboot/scripts/kexec-reboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/kexec-reboot/scripts/kexec-reboot.sh b/builder/modules.d/kexec-reboot/scripts/kexec-reboot.sh
index bbd05a0b..68fa73b9 100755
--- a/builder/modules.d/kexec-reboot/scripts/kexec-reboot.sh
+++ b/builder/modules.d/kexec-reboot/scripts/kexec-reboot.sh
@@ -19,7 +19,7 @@ kexec_load() {
done
if ! kexec --load "${DIR}/kernel" \
- --initrd "${DIR}/initramfs-stage31"; then
+ --initrd "${DIR}/initramfs-stage31" \
--reuse-cmdline "${1:+--append "$@"}"; then
echo "Failed to load kernel/initrd from ${DIR}"
return 1