-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hi,
I’ve been working through a fresh install of PiRowFlo on a current Debian-based system and documenting the process carefully. During this work, I ran into several reproducible install and startup issues that make it difficult for new users to get the project running on a clean system.
Rather than applying local fixes ad hoc, I’m trying to approach this in a maintainable way. Based on what I’ve observed, I’m considering maintaining a fork of the project with the following goals:
- Fix reproducible install and startup errors found on clean installs
- Document required system dependencies that are currently implicit
- Improve startup behavior so optional hardware adapters do not block execution
- Reduce Raspberry Pi–specific assumptions so the project can run on other small Linux devices, such as thin clients
Before proceeding, I wanted to ask whether you would be comfortable with me maintaining a fork focused on stability, documentation, and device neutrality. I would clearly credit and link back to the original project.
If you would prefer issues or pull requests against this repository instead, I’m open to that as well. I mainly wanted to respect the original intent of the project before moving forward.
Thanks for your work on PiRowFlo.