12 Commits

Author SHA1 Message Date
Jarvis Carroll
c200c89b75 Add scripts for Void scripts 2025-06-02 23:36:08 +10:00
Jarvis Carroll
b344241b33 open miner with kerl 2025-05-30 13:07:25 +10:00
Jarvis Carroll
fb153a0e64 script for headless miner
This one we don't install any gtk/wx craziness, and the whole thing
becomes much faster as a result.
2025-05-30 11:42:02 +10:00
Jarvis Carroll
91d85c8ecc kerl erlang/zx/gajudesk script
This needed a 64-bit debian system to build, so I guess I'll just test
64 bit systems from now on.
2025-05-30 10:23:16 +10:00
Jarvis Carroll
4852dc3244 add --no-install-recommends
--no-install-recommends is a big help, whether we're installing all of
`erlang` or just `erlang-wx`, but `erlang-wx` is still so close in size
that we still just use `erlang`.
2025-05-29 17:00:54 +10:00
Jarvis Carroll
e37622f41f Rename gajudesk script 2025-05-27 16:59:18 +10:00
Jarvis Carroll
001d337c84 Launch gajumine too
Not functionally different, zx just needs the .zrf files to find
gajumine.
2025-05-27 16:57:50 +10:00
Jarvis Carroll
9b2970d540 Open gajudesk from erlang script 2025-05-26 16:41:08 +10:00
Jarvis Carroll
3898aa52be remove mounts automatically
Also combined all these little mount and cleanup helpers into one
`cleanup` script with flags.
2025-05-24 00:05:26 +10:00
Jarvis Carroll
28de550295 User setup and erlang installation
A bit fiddly, but this lets us run a realistic erlang install script
from userspace, and then re-enter userspace later without wiping the
installation.
2025-05-23 21:21:16 +10:00
Jarvis Carroll
4f6ee7cc88 Fix get_debootstrap script
Now it extracts and calls the program properly, if it isn't already
installed.

Also, the script `debian/cleanup_everything` removes debootstrap and
both of the created Debian roots, returning the repository to the same
state it clones in as.
2025-05-23 15:20:59 +10:00
Jarvis Carroll
c29250e550 Script to create a fresh Debian environment 2025-05-23 13:42:14 +10:00