Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented Jan 9, 2024

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.

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
Copy link
Member

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

Copy link
Member

@dustymabe dustymabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jlebon jlebon merged commit e693d65 into coreos:main Jan 10, 2024
5 checks passed
@jlebon jlebon deleted the pr/drop-sysroot-chattr branch January 10, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants