* Modify inclusion of self.BINARIES entry due to a mistype
This commit is contained in:
parent
e729457b6c
commit
2058e61dc7
|
|
@ -478,7 +478,7 @@ class Installer:
|
||||||
if partition.filesystem == 'btrfs':
|
if partition.filesystem == 'btrfs':
|
||||||
if 'btrfs' not in self.MODULES:
|
if 'btrfs' not in self.MODULES:
|
||||||
self.MODULES.append('btrfs')
|
self.MODULES.append('btrfs')
|
||||||
if '/usr/bin/btrfs-progs' not in self.BINARIES:
|
if '/usr/bin/btrfs' not in self.BINARIES:
|
||||||
self.BINARIES.append('/usr/bin/btrfs')
|
self.BINARIES.append('/usr/bin/btrfs')
|
||||||
|
|
||||||
# There is not yet an fsck tool for NTFS. If it's being used for the root filesystem, the hook should be removed.
|
# There is not yet an fsck tool for NTFS. If it's being used for the root filesystem, the hook should be removed.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue