Skip to content
Snippets Groups Projects
Commit b4b958ca authored by Zygmunt Krynicki's avatar Zygmunt Krynicki Committed by Stefan Schmidt
Browse files

sysota: enable reboot delay quirk


This allows using sysota with rauc-hawkbit-updater. It works around the
issue where r-h-u fails to talk to hawkbit whenever the post-install
handler reboots the system.

Set the delay to 180 seconds, which should be enough for the updater to
finish talking to hawkbit, and then some more.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent b69f3ff2
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
...@@ -15,3 +15,6 @@ Model=QEMU Virtual Machine ...@@ -15,3 +15,6 @@ Model=QEMU Virtual Machine
[Compatible] [Compatible]
Machine=qemux86-64 Machine=qemux86-64
[Quirks]
RebootDelay=180
...@@ -15,3 +15,6 @@ Model=QEMU Virtual Machine ...@@ -15,3 +15,6 @@ Model=QEMU Virtual Machine
[Compatible] [Compatible]
Machine=qemux86 Machine=qemux86
[Quirks]
RebootDelay=180
...@@ -12,3 +12,6 @@ Model=Raspberry Pi 4B ...@@ -12,3 +12,6 @@ Model=Raspberry Pi 4B
[Compatible] [Compatible]
Machine=raspberrypi4-64 Machine=raspberrypi4-64
[Quirks]
RebootDelay=180
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment