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

sysroot: Support /boot on root or as seperate filesystem for syslinux and u-boot #2149

Merged
merged 2 commits into from
Aug 18, 2020

Commits on Jul 15, 2020

  1. Refactor tests/bootloader-entries-crosscheck.py

    Reduce duplication.
    wmanley committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4deb426 View commit details
    Browse the repository at this point in the history
  2. sysroot: Support /boot on root or as seperate filesystem for syslinux…

    … and u-boot
    
    We use a similar trick to having a `sysroot -> .` symlink on the real root
    here to support both /boot on root as well as on a separate filesystem.  No
    matter how it's mounted `/boot/xyz` will always refer to the file you'd
    expect.
    
    This is nicer than my previous attempts at this because there's no
    configuration nor auto-detection required.
    wmanley committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    0ced9fd View commit details
    Browse the repository at this point in the history