Removed evil .format(ext4) which was a remenant from the old days.

This commit is contained in:
Anton Hvornum 2021-03-14 15:39:52 +01:00
parent 51cbec58da
commit 54200bf476
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ def perform_installation_steps():
language=archinstall.arguments['keyboard-language'],
mirrors=archinstall.arguments['mirror-region'])
else:
archinstall.arguments['harddrive'].partition[1].format('ext4')
perform_installation(device=fs.find_partition('/'),
boot_partition=fs.find_partition('/boot'),
language=archinstall.arguments['keyboard-language'],