emmett1 / lfs-scripts

Automated script to build Multilib LFS system + livecd
GNU General Public License v3.0
97 stars 46 forks source link

How do I add my own packages, and how do I update the REPO file in the ports/core folder? #23

Closed snoglobe closed 3 years ago

snoglobe commented 3 years ago

I modified the filesystem port to add my own bash PS1 prompt, and I also would like to add my own packages. Does the script auto-install every port inside of the ports folder to the system, or is there a file I have to add the port to, to make the script install it?

emmett1 commented 3 years ago

You can add your own ports into 'ports/extra' directory. Then add your port into 'PKGS' in 02-base script.

snoglobe commented 3 years ago

You can add your own ports into 'ports/extra' directory. Then add your port into 'PKGS' in 02-base script.

Thank you!