Post #1601322
2026-04-23 18:11 UTC
Replies (5)
-
@nein@chaos.social 2026-04-23 18:13
Also it has quite a bit of cool code / features: * All the image creation (including writing ext4 filesystems) is written by hand without external dependencies. This means that the tool should also work fine on macOS / windows. * The parsing of debian packages is somewhat optimized, meaning it is fast * There is a lock file and image creation from this lock file should be reproducible.
-
@doragasu@mastodon.sdf.org 2026-04-23 19:13
@nein Looks useful, thanks!
-
@tedmielczarek@mastodon.social 2026-04-23 19:37
@nein very cool! I know exactly what you mean–I've looked for a simple solution for this sort of thing numerous times.
-
@jamey@toot.cat 2026-04-23 20:21
@nein nice! I built something similar years ago for the same reason: extracting the filesystem contents of a bunch of .deb packages and merging them all into a single image is way easier than the alternatives and goes a long way. I'm not sure I have the code for my implementation lying around anywhere, but I remember I wrote it before Rust so I used C and libarchive. anyway I think it's a great approach and deserves to be more widely known, so, nice work!
-
@vmp_@mastodon.social 2026-04-24 14:59
@nein neat! I also love that one of the examples is ottercam