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

[WIP] setup scripts #338

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Commits on Apr 15, 2023

  1. build-x86-images: move variant setups to scripts

    moving different variants will allow us to use the same code for setting
    up the target system as for setting up the iso
    paper42 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    3fe234d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e72237 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a87fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2550c7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    322c22e View commit details
    Browse the repository at this point in the history
  6. build-x86-images: fix condition

    -x checks for executable permissions, we just want to check if the file
    exists
    paper42 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    1382754 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10da2ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b7cfe7 View commit details
    Browse the repository at this point in the history
  9. installer: properly unmount the whole /mnt/target

    without unmounting these filesystems, unmounting their parents fails and
    /mnt/target doesn't get unmounted
    paper42 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    fd4edd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e212b1 View commit details
    Browse the repository at this point in the history