Skip to content

Commit eb5512f

Browse files
authored
Install inotify-tools when using grub with btrfs config (#3656)
1 parent 9b0b5e8 commit eb5512f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

archinstall/lib/installer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,7 @@ def setup_btrfs_snapshot(
956956

957957
if bootloader and bootloader == Bootloader.Grub:
958958
self.pacman.strap('grub-btrfs')
959+
self.pacman.strap('inotify-tools')
959960
self.enable_service('grub-btrfsd.service')
960961

961962
def setup_swap(self, kind: str = 'zram') -> None:

0 commit comments

Comments
 (0)