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

Improve handling of formats not supported by Blivet #221

Commits on Jul 31, 2020

  1. Show filesystem not supported by Blivet in the UI

    Blivet uses DeviceFormat class for both devices without a format
    and for unknown/unsupported formats but for these it sets the name
    property to value from UDev so we should show it for these devices
    in the partition list.
    vojtechtrefny committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    4a072e1 View commit details
    Browse the repository at this point in the history
  2. Always remove format when removing or formatting a device (#1796710)

    The device might contain a format unsupported by Blivet so the
    type would be None and one extra wipefs call shouldn't be
    a problem.
    vojtechtrefny committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    dcb5418 View commit details
    Browse the repository at this point in the history