quick fix to run archinstall and enable systemd services (#3815)
This commit is contained in:
parent
df3b5d7593
commit
792db9e8b8
|
|
@ -667,7 +667,7 @@ class Installer:
|
|||
info(f'Enabling service {service}')
|
||||
|
||||
try:
|
||||
self.arch_chroot(f'systemctl enable {service}')
|
||||
SysCommand(f'systemctl --root={self.target} enable {service}')
|
||||
except SysCallError as err:
|
||||
raise ServiceException(f'Unable to start service {service}: {err}')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue