Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/42loco42/goblin

a very smol system
https://github.com/42loco42/goblin

busybox linux-vm s6 s6-rc

Last synced: 1 day ago
JSON representation

a very smol system

Awesome Lists containing this project

README

        

# goblin
a very smol system, based on s6 & s6-rc.
the initramfs is only about 334 KiB in size.

** how
- start with =nix run github:42loco42/goblin=
- login with user =root= password =root=
- SSH with =ssh -p 2222 root@localhost=
- shutdown with =poweroff=

** look
booting goblin and looking at services:

[[file:boot.png]]

starting dropbear and stopping the machine:

[[file:ssh.png]]

** what
- [[https://www.busybox.net/][busybox]]
- skarnet:
- [[https://skarnet.org/software/execline/][execline]]
- [[https://skarnet.org/software/s6/][s6]]
- [[https://skarnet.org/software/s6-rc/][s6-rc]]
- [[https://tukaani.org/xz/][liblzma]] (for loading compressed kernel modules in =tinit=)
- [[https://matt.ucc.asn.au/dropbear/dropbear.html][dropbear]] (SSH daemon)