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:
parent
0df6eced77
commit
7f81281f59
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue