Skip to content

Commit

Permalink
Do not set NTFS as supported
Browse files Browse the repository at this point in the history
This is no longer needed, NTFS is marked as supported in blivet
now, see storaged-project/blivet#1016
  • Loading branch information
vojtechtrefny committed Jul 21, 2024
1 parent 91c1183 commit a74f99e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blivetgui/blivet_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ def __init__(self, ignored_disks=None, exclusive_disks=None, flags=None):
set_logging(component="blivet")
set_logging(component="program")

# allow creating of ntfs format
blivet.formats.fs.NTFS._formattable = True
blivet.formats.fs.NTFS._supported = True

# ignore zram devices
blivet.udev.ignored_device_names.append(r"^zram")

Expand Down

0 comments on commit a74f99e

Please sign in to comment.