Update installer.py (#3540)
Fix the bug of installation failure caused by incorrect service name
This commit is contained in:
parent
1dccfe6c33
commit
47e6d82ee5
|
|
@ -948,7 +948,7 @@ class Installer:
|
|||
|
||||
if bootloader and bootloader == Bootloader.Grub:
|
||||
self.pacman.strap('grub-btrfs')
|
||||
self.enable_service('grub-btrfs.service')
|
||||
self.enable_service('grub-btrfsd.service')
|
||||
|
||||
def setup_swap(self, kind: str = 'zram') -> None:
|
||||
if kind == 'zram':
|
||||
|
|
|
|||
Loading…
Reference in New Issue