Hi,
I still want to make this happen: Help appreciated: adding set -e to reform-hw-setup
We have feedback for all platforms except imx8mq. If you are running the imx8mq and would like to contribute, you can do so by performing the following steps:
- upgrade your Reform to the latest version of everything in unstable
- replace /usr/sbin/reform-hw-setup with this one: https://source.mnt.re/reform/reform-tools/-/raw/767e4439258f5193633c3bedf9a60cf92201c39a/sbin/reform-hw-setup
- add a “set -e” at the top of the script just below the “set -u” (or replace
the “set -u” with “set -eu” you get the idea) - run this and see if anything explodes:
sudo systemctl restart reform-hw-setup.service
- if not, reboot and see if anything explodes
- reply to this message with your findings
Thank you!