Install inotify-tools when using grub with btrfs config (#3656)
This commit is contained in:
parent
9b0b5e8af2
commit
eb5512f5cd
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue