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

Test mode cleanups #416

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Test mode cleanups #416

merged 2 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. test-mode: Don't pass etc as extra path to live-boot-overlayfs-setup

    I believe this was needed in the distant path where /etc was handled
    differently to other mutable paths on live boots, but since commit
    4d348fb and commit
    37d20f1 etc has been part of the
    overlay_dirs list that EXTRA_PATHS is appended to, so passing etc to
    this script has been redundant. Remove it; and remove the EXTRA_PATHS
    handling from eos-live-boot-overlayfs-setup, which is now unused.
    
    https://phabricator.endlessm.com/T35651
    wjt committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    12345be View commit details
    Browse the repository at this point in the history
  2. live-boot-overlayfs-setup: Remove ostree/flatpak merged repo detection

    We have a checkpoint that prevents upgrading from EOS 4 to EOS 5 if the
    flatpak and ostree repos have not been split; and this script is
    typically only used on fresh installs/live images anyway.
    
    https://phabricator.endlessm.com/T35651
    wjt committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    019bf09 View commit details
    Browse the repository at this point in the history