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

Fstab support (rebased to 3.9) #1119

Merged
merged 4 commits into from
Nov 1, 2023

Commits on Oct 23, 2023

  1. Fstab support

     - added support for blivet to directly modify fstab based
    on blivet actions
     - added tests and unit tests
    japokorn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3258334 View commit details
    Browse the repository at this point in the history
  2. Incorporated review comments

    - changed API
    - other fixes
    japokorn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0514047 View commit details
    Browse the repository at this point in the history
  3. Added support for user defined values in fstab

    - Allows to set prefered spec type in fstab by either setting
    blivet.fstab.spec_type for 'global' effect or device.format.fstab.spec_type for individual device.
    Allowed values are "UUID", "PARTUUID", "LABEL", "PARTLABEL" or "PATH".
    When selected value is not available, it uses other one (defaults to
    UUID).
    
    - Allows to set freq, passno and mntops for individual devices to be
      written in fstab. Done by setting device.format.fstab.freq/passno/mntops values respectively.
    japokorn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6fa0170 View commit details
    Browse the repository at this point in the history
  4. fixed fstab.read issue

    (to be squashed)
    japokorn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2778634 View commit details
    Browse the repository at this point in the history