Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Funtoo talk:Evolved Bootstrap"
Jump to navigation
Jump to search
(Created page with "{{console|body= $##i## export CLFS=$(pwd) $##i## mkdir sources $##i## bin/sourcer fetch $##i## bin/builder arm-64bit cross_tools $##i## bin/builder arm-64bit tools $##i## sudo...") |
|||
(One intermediate revision by the same user not shown) | |||
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. | |||
--[[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.