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

Mount /boot ro by default #198

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Commits on Feb 14, 2024

  1. Mount /boot ro by default

    See containers/bootc#294
    This is particularly motivated by CentOS/centos-bootc-dev#27
    because with that suddenly `dnf` will appear to start working
    but trying to do anything involving the kernel (i.e. mutating `/boot`)
    will end in sadness, and this puts a stop to that.
    
    (This also relates of course to ye olde osbuild#18
     where we want the partitioning setup in the default case
     to come from the container)
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0da5251 View commit details
    Browse the repository at this point in the history