Hi,
I have one machine that I’d like to migrate to uCore. The requirements for the system are:
- have zfs support
- have ssh server
- have git annex
The default uCore images tick the first two boxes, but git-annex would be something extra. Now as far as I see it, I have four options:
- Scout if anyone already has a custom image that would tick all the boxes
- Roll my own image using the template, add git-annex to it
- There are binary builds of git-annex available, I could craft ignition that would download it and extract it to the right place.
- Make sshd spawn accepted connections inside a container which has git annex.
1 would be ideal, 2 feels as the cleanest custom option but also like quite a lot of work for something so simple. 3 feels like a hack and 4 feels like a cool, but complicated hack.
Any opinions or other options I missed?