Hi @gadget42, thanks for the tips about
https://easyos.org/ I started to read it for fun, and it seams to use some
solid concepts same as tiny-core, and some more "modern". For example:
- it use a small boot loader
limine (same proposal as CachyOS used by me) which knows both BIOS/UEFI in very small size files. (not critical but limine knows only FAT12/32 I think, but is good enough for uefi ESP partition).
- for distribution, it uses "modern" image (FAT + EXT4), just dd it, auto-expand to full USB size, instead of ISO format.
- for containers, it uses layered autofs /union= base-SquashFS (read-only) + RW layer. Same idea of SquashFS + in RAM files, as TC, but over zramfs instead of tmpfs.
- protection from some Linux kernel Capabilities limiting, same as podman.
- small desktop (jwm, instead of fltk) and small file manager - same as TC.
I do not know (yet) how dependency hell is solved, or about package manager, speed of new package release etc.
About security: good for nomad USB, but not yet the degree of security I wish on a fixed disk.
Anyway, I do not intend to describe here this distro, But it seams interesting maybe also for some TC users.