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

image: unify definition for Anaconda efiboot.img #389

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

achilleas-k
Copy link
Member

While preparing #388 I noticed that we define the efiboot.img partition table in every anaconda-based pipeline, so I decided to pull that out into a function.


Add a small helper function for the efiboot.img partition. In all pipelines where we create an Anaconda installer, we use the same single partition table with the same size, so let's define it in one place.

Note that the variable was incorrectly named rootfsPartitionTable in all cases, but it was in fact the pt for efiboot.img.

Add a small helper function for the efiboot.img partition.  In all
pipelines where we create an Anaconda installer, we use the same single
partition table with the same size, so let's define it in one place.

Note that the variable was incorrectly named `rootfsPartitionTable` in
all cases, but it was in fact the pt for efiboot.img.
Copy link
Member

@thozza thozza left a comment

Choose a reason for hiding this comment

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

LGTM

@supakeen supakeen added this pull request to the merge queue Jan 19, 2024
Merged via the queue into osbuild:main with commit 62f0bae Jan 19, 2024
10 checks passed
@achilleas-k achilleas-k deleted the refactor-some-iso-bits branch January 26, 2024 11:26
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.

None yet

3 participants