ployground / bsdploy

BSDploy is a tool to provision, configure and maintain FreeBSD jails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bootstrap fails cause pkg2ng has been removed from pkg

jltignon opened this issue · comments

Hi bsdploy developers,

Beginning with 1.10 version, pkg2ng has been removed from pkg, so bootstrap fails with the following error :

[root@rock] run: chroot /mnt pkg2ng
[root@rock] out: chroot: pkg2ng: No such file or directory
[root@rock] out:

Since pkg2ng was used on old FreeBSD systems using the pkg_* commands, maybe it can be safely removed from bsdploy/bootstrap_utils.py.

What do you think ?