We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e0021a + 68a4238 commit 1eed487Copy full SHA for 1eed487
src/refind_btrfs/system/findmnt_command.py
@@ -82,7 +82,7 @@ def _block_device_partition_table(
82
output = constants.COLUMN_SEPARATOR.join(
83
[findmnt_column_key.value.upper() for findmnt_column_key in findmnt_columns]
84
)
85
- findmnt_command = f"findmnt --json --mtab --real --nofsroot --output {output}"
+ findmnt_command = f"findmnt --json --mtab --real --nofsroot --uniq --output {output}"
86
87
try:
88
logger.info(
0 commit comments