Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
add f2fs support
Browse files Browse the repository at this point in the history
Signed-off-by: axtloss <[email protected]>
  • Loading branch information
axtloss authored and Michal committed Sep 12, 2022
1 parent 6d4a71b commit 42339bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manualpartitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ext2",
"ext4",
"minix",
"vfat"
"vfat",
"f2fs"
]

mountpoints = [
Expand Down

0 comments on commit 42339bd

Please sign in to comment.