Skip to content
Snippets Groups Projects
Commit 97b173c1 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
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 12903f20
No related branches found
No related tags found
No related merge requests found
...@@ -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