You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- drop support for libparted older than 2.4 (#16)
- introduce `-n, --partition` to set a partition number when
dealing with file dumps, /dev/loop and /dev/ram devices (#15)
- ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
add `-f, --force` option to not prompt (#13)
- do not limit FAT32 usage on small partitions (#11)
- update changelog (#10)
Grand update:
- drop support for libparted older than 2.4 (#16)
- introduce `-n, --partition` to set a partition number when
dealing with file dumps, /dev/loop and /dev/ram devices (#15)
- ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
add `-f, --force` option to not prompt (#13)
- do not limit FAT32 usage on small partitions (#11)
- update changelog (#10)
Temporary solution is to insert a
return 0;
to line 4795 to skip this check.The text was updated successfully, but these errors were encountered: