diff options
author | Silvino <silvino@bk.ru> | 2019-06-19 20:03:35 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-19 20:03:35 +0100 |
commit | 0e5a601a31840e1531f3f90ca447bf3b1e766d73 (patch) | |
tree | c7b8f2313d7757c51990cb2ac8f8394e5ae14007 /core/ports.html | |
parent | 89b60df59cfe793452041b5a28e01a7b2c01b60b (diff) | |
download | doc-0e5a601a31840e1531f3f90ca447bf3b1e766d73.tar.gz |
core re-index ports after reboot
Diffstat (limited to 'core/ports.html')
-rw-r--r-- | core/ports.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/core/ports.html b/core/ports.html index 9d2f989..990f6cc 100644 --- a/core/ports.html +++ b/core/ports.html @@ -2,18 +2,18 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>1.3. Ports</title> + <title>1.4. Ports</title> </head> <body> <a href="index.html">Core OS Index</a> - <h1>1.3. Ports</h1> + <h1>1.4. Ports</h1> <p>This instructions are done <a href="configure.html#chroot">inside chroot</a>.</p> - <h2 id="filesystem">1.3.1. Ports Layout</h2> + <h2 id="filesystem">1.4.1. Ports Layout</h2> <p>Make sure follow directories exist;</p> @@ -22,7 +22,7 @@ # mkdir -p /usr/ports/{distfiles,packages,work,pkgbuild} </pre> - <h2 id="fakeroot">1.3.2. Build as user</h2> + <h2 id="fakeroot">1.4.2. Build as user</h2> <p>For more information read <a href="https://crux.nu/Wiki/FakerootPorts">Fakeroot Ports</a>. @@ -61,7 +61,7 @@ pkgmk /usr/ports/work tmpfs size=30G,uid=102,defaults,mode=0750 0 0 </pre> - <h2 id="pkgmk">1.3.3. Configure pkgmk</h2> + <h2 id="pkgmk">1.4.3. Configure pkgmk</h2> <p>Read <a href="https://crux.nu/Handbook3-3#ntoc22">4.5. Adjust/Configure the Package Build Process</a> to take advantage of your specific hardware. Packages build with @@ -127,7 +127,7 @@ <p>Check <a href="toolchain.html">toolchain</a> for more options on how packages are build.</p> - <h2 id="prtget">1.3.4. Configure prt-get</h2> + <h2 id="prtget">1.4.4. Configure prt-get</h2> <p>Edit /etc/prt-get.conf;</p> @@ -186,7 +186,7 @@ runscriptcommand sudo sh </pre> - <h2 id="distcc">1.3.5. Ccache and distcc</h2> + <h2 id="distcc">1.4.5. Ccache and distcc</h2> <p>Ccache avoids same code to be compiled by saving the output from compilers and identifying same |