install: use 4k image when when targeting 4k drives#203
Merged
jlebon merged 3 commits intocoreos:masterfrom Apr 3, 2020
jlebon:pr/4k-stream
Merged
install: use 4k image when when targeting 4k drives#203jlebon merged 3 commits intocoreos:masterfrom jlebon:pr/4k-stream
jlebon merged 3 commits intocoreos:masterfrom
jlebon:pr/4k-stream
Conversation
Member
Author
|
(Working on enhancing |
cgwalters
reviewed
Mar 31, 2020
bgilbert
reviewed
Mar 31, 2020
Member
Author
|
OK so coreos/coreos-assembler#1312 enhances Will address review comments tomorrow! |
Detect the sector size of the target device, then select the right format from the stream metadata based on that. Closes: #201
This makes it easier for the user to tell that the right image is being downloaded for the target device.
Member
Author
|
I added another commit here which adds metal4k testing in CI! |
`kola testiso` knows how to do this now!
bgilbert
approved these changes
Apr 3, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Detect the sector size of the target device, then select the right
format from the stream metadata based on that.
Closes: #201