Install inotify-tools when using grub with btrfs config (#3656)

This commit is contained in:
Muhammad Salman 2025-07-08 15:12:57 +05:00 committed by GitHub
parent 9b0b5e8af2
commit eb5512f5cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -956,6 +956,7 @@ class Installer:
if bootloader and bootloader == Bootloader.Grub:
self.pacman.strap('grub-btrfs')
self.pacman.strap('inotify-tools')
self.enable_service('grub-btrfsd.service')
def setup_swap(self, kind: str = 'zram') -> None: