Issue #764 Modify inclusion of self.BINARIES entry due to a mistype (#765)

* Modify inclusion of self.BINARIES entry due to a mistype
This commit is contained in:
Werner Llácer 2021-11-24 20:29:20 +01:00 committed by GitHub
parent e729457b6c
commit 2058e61dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ class Installer:
if partition.filesystem == 'btrfs':
if 'btrfs' not in self.MODULES:
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')
# There is not yet an fsck tool for NTFS. If it's being used for the root filesystem, the hook should be removed.