You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a command line option to accept a unique and detailed reboot reason and include it as metadata in the WRP messages.
The string shall be limited to 64 bytes by parodus.
The string shall have the following regex run on it s/[ ;!&?\\]/_/g to help prevent command injection mistakes.
--hw-last-reboot-reason-detailed - string - A detailed and possibly unique reboot reason.
The --hw-last-reboot-reason is still used but is focused on a more generic "high level" reason.
The text was updated successfully, but these errors were encountered:
Add a command line option to accept a unique and detailed reboot reason and include it as metadata in the WRP messages.
The string shall be limited to 64 bytes by parodus.
The string shall have the following regex run on it
s/[ ;!&?\\]/_/g
to help prevent command injection mistakes.The
--hw-last-reboot-reason
is still used but is focused on a more generic "high level" reason.The text was updated successfully, but these errors were encountered: