Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "User:Pnoecker/clfs"
Jump to navigation
Jump to search
(step 1, go crazy.) |
m (switch to ppc64. spark was junkin up on one of the sources.... explain to nano live link into dl.list text file.) |
||
Line 1: | Line 1: | ||
first export the clfs variable. this is my ~/sexybeast. | first export the clfs variable. this is my ~/sexybeast. | ||
{{console|body= | |||
$##i## pwd | |||
/home/pnoecker | |||
}} | |||
{{console|body= | {{console|body= | ||
$##i## mkdir sexybeast | $##i## mkdir sexybeast | ||
$##i## export CLFS=/home/pnoecker/sexybeast | $##i## export CLFS=/home/pnoecker/sexybeast | ||
}} | |||
follow from http://www.clfs.org/view/CLFS-3.0.0-SYSVINIT/ppc64-64/materials/introduction.html | |||
{{console|body= | |||
$##i## mkdir -v ${CLFS}/sources | $##i## mkdir -v ${CLFS}/sources | ||
$##i## chmod -v a+wt ${CLFS}/sources | |||
$##i## wget http://www.clfs.org/view/CLFS-3.0.0-SYSVINIT/ppc64-64/dl.list | |||
}} | |||
dl.list has a broken isl link. use nano ctl + w : isl to find the link. replace it with this live link. | |||
http://ftp.osuosl.org/pub/clfs/conglomeration/isl/isl-0.12.2.tar.lzma | |||
then write the file and exit out of nano. | |||
*download sources | |||
{{console|body= | |||
$##i## wget -i dl.list -P ${CLFS}/sources | |||
}} | }} |
Revision as of 21:17, February 7, 2022
first export the clfs variable. this is my ~/sexybeast.
user $ pwd /home/pnoecker
user $ mkdir sexybeast user $ export CLFS=/home/pnoecker/sexybeast
follow from http://www.clfs.org/view/CLFS-3.0.0-SYSVINIT/ppc64-64/materials/introduction.html
user $ mkdir -v ${CLFS}/sources user $ chmod -v a+wt ${CLFS}/sources user $ wget http://www.clfs.org/view/CLFS-3.0.0-SYSVINIT/ppc64-64/dl.list
dl.list has a broken isl link. use nano ctl + w : isl to find the link. replace it with this live link. http://ftp.osuosl.org/pub/clfs/conglomeration/isl/isl-0.12.2.tar.lzma then write the file and exit out of nano.
- download sources
user $ wget -i dl.list -P ${CLFS}/sources