mmatuska/mfsbsd

Trying to add packages

Closed this issue · 1 comments

Hello,

I am trying to figure out how to add packages to my mfsBSD build and came across these instructions:

mkdir ~/src
git clone https://github.com/mmatuska/mfsbsd.git ~/src/mfsbsd
cd ~/src/mfsbsd
mkdir packages
copy the *.tbz files to ~/src/mfsbsd/packages/
cd ~/src/mfsbsd
make iso...

Your instructions say to:

copy the .tbz files that should be automatically installed into the packages/ directory

But I do no know how to create these .tbz files and have .txz files from my FreeBSD 12.1 pkg installer that I used to fetch.

How can I proceed on this?

Thanks

Problem solved.

I made a script to convert the txz files to tbz files.