Packaging An Entire Gentoo System

Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:

equery list | cut -d’ ‘ -f3 | while read f; do quickpkg “=${f}”; done

It’s a giant hack, but it gets the job done.

Tags: , , , , ,

Leave a Reply

You must be logged in to post a comment.