Syntax error
This commit is contained in:
parent
ee89c55466
commit
fdcaeae6f2
|
|
@ -277,7 +277,7 @@ class Installer():
|
||||||
self.base_packages.append('f2fs-tools')
|
self.base_packages.append('f2fs-tools')
|
||||||
|
|
||||||
# Configure mkinitcpio to handle some specific use cases.
|
# Configure mkinitcpio to handle some specific use cases.
|
||||||
if partition.filesystem == 'btrfs'
|
if partition.filesystem == 'btrfs':
|
||||||
if 'btrfs' not in MODULES:
|
if 'btrfs' not in MODULES:
|
||||||
MODULES.append('btrfs')
|
MODULES.append('btrfs')
|
||||||
if '/usr/bin/btrfs-progs' not in BINARIES:
|
if '/usr/bin/btrfs-progs' not in BINARIES:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue