We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dccfe6 commit 47e6d82Copy full SHA for 47e6d82
1 file changed
archinstall/lib/installer.py
@@ -948,7 +948,7 @@ def setup_btrfs_snapshot(
948
949
if bootloader and bootloader == Bootloader.Grub:
950
self.pacman.strap('grub-btrfs')
951
- self.enable_service('grub-btrfs.service')
+ self.enable_service('grub-btrfsd.service')
952
953
def setup_swap(self, kind: str = 'zram') -> None:
954
if kind == 'zram':
0 commit comments