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

Ensure ESP is mounted #127

Merged
merged 2 commits into from
Jan 5, 2021

Commits on Jan 5, 2021

  1. Ensure ESP is mounted

    Following coreos/fedora-coreos-config#794,
    the ESP will no longer be mounted by default in FCOS. Mount the
    ESP at a directory with a random name in bootupd's sandboxed /tmp
    ourselves before reading from/writing to it.
    
    Note that ESPs on redundant disks is not yet supported, this commit
    simply mounts the device with part-label `EFI-SYSTEM` if one exists.
    
    `ProtectClock=yes` in `bootupd.service` is preventing the ESP from
    being mounted, remove that for now.
    kelvinfan001 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ed5d39b View commit details
    Browse the repository at this point in the history
  2. tests: Mount ESP before operations

    Following coreos/fedora-coreos-config#794,
    the ESP will no longer be mounted in /boot. Adjust tests to mount
    it before reading from it.
    kelvinfan001 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    644180e View commit details
    Browse the repository at this point in the history