Difference between revisions of "Funtoo talk:Evolved Bootstrap"

From Funtoo
Jump to navigation Jump to search
 
Line 8: Line 8:
$##i## sudo fchroot . /bin/bash --login
$##i## sudo fchroot . /bin/bash --login
}}
}}
Notes on the above fixed console snippet:


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.
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.


--[[User:Drobbins|Drobbins]] ([[User talk:Drobbins|talk]]) 19:36, April 12, 2022 (UTC)
--[[User:Drobbins|Drobbins]] ([[User talk:Drobbins|talk]]) 19:36, April 12, 2022 (UTC)

Latest revision as of 19:37, April 12, 2022

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

Notes on the above fixed console snippet:

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)