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

Add arm64 image generation and allow for independent image generation #1349

Merged
merged 3 commits into from
Dec 6, 2023

Conversation

nickshanks347
Copy link
Contributor

This merge does two things:

  1. Allows for independent image generation for ISO/IMG
  2. Generate arm64 ISO/IMG files

ISO/IMG are only generated when generate_disks_legacy, generate_disks_arm and generate_disks_efi are set to true as well as generate_disks_hybrid. I believe any image should be able to be generated independently without having to have all of them generated. The code looks at the variables set and addresses this issue by explicitly declaring dependencies

The second change adds arm64 ISO/IMG generation. With an increasing number of desktops/SBCs using arm64, images for this architecture would be useful.

May be worth adding in separate images for legacy and EFI so image generation times can be cut down.

Copy link
Member

@antonym antonym left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@antonym antonym merged commit 550a33e into netbootxyz:development Dec 6, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants