Syntax error

This commit is contained in:
Anton Hvornum 2021-04-09 13:01:22 +02:00
parent ee89c55466
commit fdcaeae6f2
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class Installer():
self.base_packages.append('f2fs-tools')
# Configure mkinitcpio to handle some specific use cases.
if partition.filesystem == 'btrfs'
if partition.filesystem == 'btrfs':
if 'btrfs' not in MODULES:
MODULES.append('btrfs')
if '/usr/bin/btrfs-progs' not in BINARIES: