index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Werner Llácer <wllacer@gmail.com> | 2021-11-24 20:29:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 20:29:20 +0100 |
commit | 2058e61dc7d0662400a99157671d905e8c7c55f7 (patch) | |
tree | b8e3889b72fc4853c340f57ce64147912aca3e12 | |
parent | e729457b6c12a00b17207254ee72e98b78912f8d (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 2 |
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. |