functional.cafe is one of the many independent Mastodon servers you can use to participate in the fediverse.
functional.cafe is an instance for people interested in functional programming and languages.

Server stats:

217
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.

Public

@dmbaturin

#Tails 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 #Reproducible iso out of not reproducible packages, as long as you use the same exact packages. :)

tails.netTails - Home
Public

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