coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
335 stars 165 forks source link

create_disk.sh: stop setting immutable bit on sysroot #3693

Closed jlebon closed 8 months ago

jlebon commented 8 months ago

Nowadays, the sysroot is mounted read-only anyway, so it seems unnecessary to also slap on an immutable bit. Note this is distinct from the deployment root immutable bit.

Prompted by the fact that when moving to osbuild, we don't want to have to care about this and try to replicate it.

cgwalters commented 8 months ago

True re sys root, though note bootc install does do this too. I don't have a strong opinion on keeping it or not.