Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/42loco42/goblin
- Owner: 42LoCo42
- Created: 2024-01-02T09:48:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:53:54.000Z (10 months ago)
- Last Synced: 2024-01-05T12:46:00.874Z (10 months ago)
- Topics: busybox, linux-vm, s6, s6-rc
- Language: Nix
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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)