Skip to content

Commit

Permalink
Show device wipe status in Info for Partitioning (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
codefiles authored Feb 22, 2025
1 parent b83bc79 commit 201968c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archinstall/lib/disk/disk_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def _prev_disk_layouts(self, item: MenuItem) -> str | None:
partition_table = FormattedOutput.as_table(mod.partitions)

output_partition += f'{mod.device_path}: {mod.device.device_info.model}\n'
output_partition += '{}: {}\n'.format(str(_('Wipe')), mod.wipe)
output_partition += partition_table + '\n'

# create btrfs table
Expand Down

0 comments on commit 201968c

Please sign in to comment.