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.format(fs.find_partition('/').filesystem)
|
||||||
unlocked_device.mount('/mnt')
|
unlocked_device.mount('/mnt')
|
||||||
else:
|
else:
|
||||||
fs.find_partition('/').format(fs.find_partition('/').filesystem)
|
|
||||||
fs.find_partition('/').mount('/mnt')
|
fs.find_partition('/').mount('/mnt')
|
||||||
|
|
||||||
if hasUEFI():
|
if hasUEFI():
|
||||||
fs.find_partition('/boot').mount('/mnt/boot')
|
fs.find_partition('/boot').mount('/mnt/boot')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue