update readme

This commit is contained in:
Colton Fussy 2019-10-17 19:18:29 -05:00
parent bc3b8e0c43
commit f1783fbfa9
1 changed files with 9 additions and 9 deletions

View File

@ -27,15 +27,6 @@ Tested on R320, R420, R720xd with RancherOS 1.5.4 (kernel 4.14) and the Ubuntu 1
## Should support but untested (plz halp)
* Other cacheless LSI SAS2008 cards
## How to test other adapters
Testing adapters that are currently not on the supported list is super easy! Just change the `ADAPTER_PATTERN="H310"` line, where `H310` is a regex pattern that matches your adapter. Please let me know if you test another adapter with success or failure, with the following information:
* Adapter model
* Exact pattern used
* Whether it succeeded or failed
* Other notes about your experience
PRs are also welcome!
## Prerequisites
* Server or other computer with only the target adapter installed and visible to the OS
* Linux environment with bash and apt that does not rely on the controller (live environment is recommended)
@ -77,5 +68,14 @@ This one *is* interactive, but if your backups are in place you can just leave t
2. `chmod +x restore_sbr.sh`
3. `sudo ./restore_sbr.sh`
## Testing other adapters
Testing adapters that are currently not on the supported list is super easy! Just change the `ADAPTER_PATTERN="H310"` line, where `H310` is a regex pattern that matches your adapter. Please let me know if you test another adapter with success or failure, with the following information:
* Adapter model
* Exact pattern used
* Whether it succeeded or failed
* Other notes about your experience
PRs are also welcome!
## Credit where it is due
The creation of this script would not have been possible without a PDF I found by [/u/fourlynx](https://www.reddit.com/u/fourlynx) or the [lsirec tool](https://github.com/marcan/lsirec) and [other info](https://marcan.st/2016/05/crossflashing-the-fujitsu-d2607/) by [Hector Martin](https://marcan.st/about/).