My PXE boot setup is working well. I can boot two different machines. Once up, I have to 'pkg install' any missing packages. I'd like to put those packages into the diskless image before hand.
I need to figure out how to install a package onto a diskless image. Would chroot(8) do the trick or is it more involved?
I currently fill out the base system by tar(1) extract of base.txz and kernel.txz. That works well but things are changing with the coming 15.1-RELEASE so I also need to learn how to do this step in pkgbase.
I need to figure out how to install a package onto a diskless image. Would chroot(8) do the trick or is it more involved?
I currently fill out the base system by tar(1) extract of base.txz and kernel.txz. That works well but things are changing with the coming 15.1-RELEASE so I also need to learn how to do this step in pkgbase.