Skip to content

Commit 1eed487

Browse files
authored
Merge pull request #51 from Sh3Rm4n/fix/duplicated-partitions
Remove duplicate partitions
2 parents 8e0021a + 68a4238 commit 1eed487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/refind_btrfs/system/findmnt_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _block_device_partition_table(
8282
output = constants.COLUMN_SEPARATOR.join(
8383
[findmnt_column_key.value.upper() for findmnt_column_key in findmnt_columns]
8484
)
85-
findmnt_command = f"findmnt --json --mtab --real --nofsroot --output {output}"
85+
findmnt_command = f"findmnt --json --mtab --real --nofsroot --uniq --output {output}"
8686

8787
try:
8888
logger.info(

0 commit comments

Comments
 (0)