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

Make boot mount-point configurable #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 30, 2022

  1. Make boot mount-point configurable

    On RaspiOS (and many derivatives) the boot mount-point is always /boot.
    However on Ubuntu (and Debian), it is /boot/firmware (/boot is still the
    target for kernel installation and initramfs generation, but
    flash-kernel then copies files from there to /boot/firmware). This patch
    changes references to /boot to $BOOT to make it easier to configure the
    boot mount-point.
    
    Please note that in the overlayfs routines, the location of the
    generated initramfs is deliberately left as /boot (as this is always
    correct even when the boot partition is *not* mounted there).
    waveform80 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ee66c65 View commit details
    Browse the repository at this point in the history