Skip to content

Commit 47e6d82

Browse files
authored
Update installer.py (#3540)
Fix the bug of installation failure caused by incorrect service name
1 parent 1dccfe6 commit 47e6d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def setup_btrfs_snapshot(
948948

949949
if bootloader and bootloader == Bootloader.Grub:
950950
self.pacman.strap('grub-btrfs')
951-
self.enable_service('grub-btrfs.service')
951+
self.enable_service('grub-btrfsd.service')
952952

953953
def setup_swap(self, kind: str = 'zram') -> None:
954954
if kind == 'zram':

0 commit comments

Comments
 (0)