Merge pull request #436 from archlinux/torxed-fix-292

Fixes #292: Removed dupe formatter
This commit is contained in:
Anton Hvornum 2021-05-14 20:08:52 +00:00 committed by GitHub
commit 9467a7cd77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')