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

Fix dracut module for assembling dmroot under Fedora 23 #1427

Closed
marmarek opened this Issue Nov 15, 2015 · 0 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Nov 15, 2015

sfdisk in Fedora 23 no longer supports --unit B. Needs to be converted
either to sectors (the only --unit option supported) - that would be
compatible with older versions. Or converted to suffixes in partition table
description (MiB) - that would be not compatible with older versions, so
requires some detection code.

(matters only when used with PV Grub)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment