Removed dupe formatter

There should be no reason to call `.format()` here, since the steps above take care of all formatting.
This commit is contained in:
Anton Hvornum 2021-05-14 21:29:49 +02:00
parent 0df6eced77
commit 7f81281f59
1 changed files with 1 additions and 1 deletions

View File

@ -292,8 +292,8 @@ def perform_installation_steps():
unlocked_device.format(fs.find_partition('/').filesystem)
unlocked_device.mount('/mnt')
else:
fs.find_partition('/').format(fs.find_partition('/').filesystem)
fs.find_partition('/').mount('/mnt')
if hasUEFI():
fs.find_partition('/boot').mount('/mnt/boot')