Conversation
|
@XECDesign - is this everything that you need for the APT package ? |
|
These files are missing a licence. If you are intending these to be open-source, you would need to add a suitable licence somewhere, for example in a LICENCE file in the root of the repo. Also, would you be interested in man pages for these scripts? I can write these. |
A license is on the todo list. Happy to accept PR for man pages, although I'd recommend holding off until any feedback from the beta is merge in-case of interface changes. Hopefully, there won't be any though! |
|
We could generate the man pages with help2man. I've attached the license in Debian format. Probably not suitable for the source repo, but you can copy the appropriate bits from there. Everything is BSD-3 except for the EEPROM images themselves, which are restricted for use with Raspberry Pi products only. |
819a44b to
5df43b7
Compare
| usage() { | ||
| cat <<EOF | ||
| rpi-eeprom-update [options]... [FILE] | ||
| Checks whether there Raspberry Pi bootloader EEPROM is up to date and |
There was a problem hiding this comment.
there -> the. Add hyphenation: up to date -> up-to-date
There was a problem hiding this comment.
Will fix in next set of script updates, this is just importing the files that are already available
Import the files used for the first beta release.
5df43b7 to
8bf77ce
Compare
Import the files used for the first beta release.