-
Notifications
You must be signed in to change notification settings - Fork 95
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
install: use 4k image when when targeting 4k drives #203
Conversation
(Working on enhancing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
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.
I added another commit here which adds metal4k testing in CI! |
`kola testiso` knows how to do this now!
Detect the sector size of the target device, then select the right
format from the stream metadata based on that.
Closes: #201