Funtoo talk:Evolved Bootstrap

From Funtoo
Revision as of 19:36, April 12, 2022 by Drobbins (talk | contribs)
Jump to navigation Jump to search
user $ export CLFS=$(pwd)
user $ mkdir sources
user $ bin/sourcer fetch
user $ bin/builder arm-64bit cross_tools
user $ bin/builder arm-64bit tools
user $ sudo emerge fchroot
user $ sudo fchroot . /bin/bash --login

I've updated the master branch so it should now create the source directory for you, and yep, I had the CLFS env var defined incorrectly in the example on the main page. Now fixed. Thanks for the catches.

--Drobbins (talk) 19:36, April 12, 2022 (UTC)