Open victor-sudakov opened 9 years ago
Dear Martin, I am trying to create mfsBSD from a 10.2-RELEASE distribution. There is the problem of pkg-static missing:
$ make iso Extracting base and kernel ... done Removing selected files from distribution ... done Installing configuration scripts and files ... done Generating SSH host keys ... done Configuring boot environment ... done Installing pkgng ...pkg-static not found at: tools/pkg-static *\ [/home/sudakov/src/mfsbsd/tmp/.packages_done] Error code 1
Stop in /home/sudakov/src/mfsbsd. $ Am I supposed to put it manually to the tools/ subdir?
I just bumped into this as well. $ make iso PKG_STATIC=/usr/local/sbin/pkg-static seems to work though.
$ make iso PKG_STATIC=/usr/local/sbin/pkg-static
Dear Martin, I am trying to create mfsBSD from a 10.2-RELEASE distribution. There is the problem of pkg-static missing:
$ make iso Extracting base and kernel ... done Removing selected files from distribution ... done Installing configuration scripts and files ... done Generating SSH host keys ... done Configuring boot environment ... done Installing pkgng ...pkg-static not found at: tools/pkg-static *\ [/home/sudakov/src/mfsbsd/tmp/.packages_done] Error code 1
Stop in /home/sudakov/src/mfsbsd. $ Am I supposed to put it manually to the tools/ subdir?