floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

684
active users

I started wondering about the possibility of reproducible builds for distro live CDs. Suppose you have a set of packages where every binary is already reproducible — how much work is left to do?

So far the main finding is that mksquashfs with default options produced a file with a different hash sum literally every single time I tried.

I wonder if there's either SquashFS can be produced deterministically or there are alternative compressed read-only filesystems with that property.

Vagrant Cascadian

@dmbaturin

was producing bit-for-bit reproducible live images, last I recall they had to massage somethings after processing it to make it work.

tails.net/

That said, not all the packages shipped in Tails are reproducible:

tests.reproducible-builds.org/

You can make a iso out of not reproducible packages, as long as you use the same exact packages. :)

tails.netTails - Home

@vagrantc That's interesting, I need to take a look. Thanks for the pointer!