chore: try using arch-chroot instead of systemd-nspawn
This commit is contained in:
parent
bcec9dcef9
commit
c2004b7422
1 changed files with 1 additions and 1 deletions
2
akshara
2
akshara
|
@ -79,7 +79,7 @@ def exec(*cmd, **kwargs):
|
|||
|
||||
|
||||
def exec_chroot(*cmd, **kwargs):
|
||||
return exec('systemd-nspawn', '-D', '/.new_rootfs', '--', *cmd, **kwargs)
|
||||
return exec('arch-chroot', '/.new_rootfs', *cmd, **kwargs)
|
||||
|
||||
|
||||
fg = colors.fg()
|
||||
|
|
Loading…
Reference in a new issue