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

bcm2711: Use FS UUID and write config.txt and cmdline.txt earlier #6503

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2024

  1. bcm2711: Use FS UUID for mounting root instead of label

    This brings this family in line with most others that are u-boot based
    and already use UUIDs and makes booting more reliable.
    matthijskooijman committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2728740 View commit details
    Browse the repository at this point in the history
  2. bcm2711: Write cmdline.txt and config.txt earlier

    This allows userpatches customize-image-host.sh and customize-image.sh
    to customize the contents of these files.
    
    These files are now installed in the pre_install_distribution_specific
    hook, which is the latest hook that runs before customize-image-host.sh.
    
    The root= commandline option is still written (appended) in the
    pre_umount_final_image hook as before, because the filesystem UUID is
    not known when cmdline.txt is first written.
    matthijskooijman committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7d52b40 View commit details
    Browse the repository at this point in the history