Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index d8021e05..02c63a11 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -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: