parodus icon indicating copy to clipboard operation
parodus copied to clipboard

Add hw-last-reboot-reason-detailed

Open schmidtw opened this issue 6 years ago • 0 comments

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.

schmidtw avatar Mar 29 '19 16:03 schmidtw