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

rdcore: add bind-boot command #671

Merged
merged 2 commits into from
Nov 16, 2021
Merged

rdcore: add bind-boot command #671

merged 2 commits into from
Nov 16, 2021

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    d606498 View commit details
    Browse the repository at this point in the history
  2. rdcore: add bind-boot command

    This command does a few things:
    - adds a `boot=UUID=<uuid>` karg to ensure the rootfs mounts by UUID
    - "claims" the bootfs for the rootfs by adding a stamp file and erroring
      out if one already exists
    - adds a GRUB dropin containing the boot UUID
    
    A natural follow-up to this would be have `coreos-installer install`
    optimistically pre-randomize the bootfs UUID and adding the stamp file,
    though it's worth discussing separately.
    
    Part of coreos/fedora-coreos-tracker#976.
    jlebon committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0507011 View commit details
    Browse the repository at this point in the history