From 2058e61dc7d0662400a99157671d905e8c7c55f7 Mon Sep 17 00:00:00 2001 From: Werner Llácer Date: Wed, 24 Nov 2021 20:29:20 +0100 Subject: Issue #764 Modify inclusion of self.BINARIES entry due to a mistype (#765) * Modify inclusion of self.BINARIES entry due to a mistype --- archinstall/lib/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 2629c0f7..584a14e7 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -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. -- cgit v1.2.3-54-g00ecf