diff --git a/files/initrd/opt/rr/boot.sh b/files/initrd/opt/rr/boot.sh index f9b9ae88..176fcb0d 100755 --- a/files/initrd/opt/rr/boot.sh +++ b/files/initrd/opt/rr/boot.sh @@ -294,6 +294,6 @@ else rm -rf "${PART1_PATH}/logs" >/dev/null 2>&1 || true KERNELWAY="$(readConfigKey "kernelway" "${USER_CONFIG_FILE}")" - [ "${KERNELWAY}" = "kexec" ] && kexec -i -a -e || poweroff + [ "${KERNELWAY}" = "kexec" ] && kexec -a -e || poweroff exit 0 fi