Re: Proposing PKGIN inside installer from cd0a

Jay Patel <[email protected]> Sat, 2 Mar 2019 19:57:53 +0530
Newsgroups gmane.os.netbsd.devel.installation
Message-ID <CABnE4+L=OQPSKPZhFBAjEtCcRks5aD5-WSqu24dAM7+mS29kJw@mail.gmail.com>
Hello,

I have tested with following case:

Copied pkgin.tgz and pkg_install.tgz in cd0a://amd64/binary/sets/pkgs
With script pkgin.sh :
"cp /cdrom/amd64/binary/sets/pkgs/* /root
pkg_add pkg_install pkgin
rm /root/pkgin pkg_install
”

Now after install boot normally login as root then run :
#mount /cdrom
#sh /cdrom/amd64/binary/sets/pkgs/pkgin.sh


Have made ISO with mate-desktop same way.

Thanks,
Jay

On Fri 1 Mar, 2019, 1:27 PM Jay Patel, <[email protected]> wrote:

> Hello Martin,
>
> Currently extsrc copied pkgin binary to binary/sets folder. But we can
> have separate cd0a://extpkgs to be used with pkg_add after install finish