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 | |
parent | 89b60df59cfe793452041b5a28e01a7b2c01b60b (diff) | |
download | doc-0e5a601a31840e1531f3f90ca447bf3b1e766d73.tar.gz |
core re-index ports after reboot
-rw-r--r-- | core/index.html | 27 | ||||
-rw-r--r-- | core/ports.html | 14 |
2 files changed, 21 insertions, 20 deletions
diff --git a/core/index.html b/core/index.html index 20e50af..0900939 100644 --- a/core/index.html +++ b/core/index.html @@ -48,26 +48,27 @@ <li><a href="configure.html#rcconf">1.2.6. Initialization scripts</a></li> </ul> </li> - - <li><a href="ports.html">1.3. Ports</a> + <li><a href="reboot.html">1.3. Boot</a> <ul> - <li><a href="ports.html#filesystem">1.3.1. Ports layout</a></li> - <li><a href="ports.html#fakeroot">1.3.2. Build as user</a></li> - <li><a href="ports.html#pkgmk">1.3.3. Configure pkgmk</a></li> - <li><a href="ports.html#prtget">1.3.4. Configure prt-get</a></li> - <li><a href="ports.html#distcc">1.3.5. Ccache and distcc</a></li> + <li><a href="reboot.html#linux">1.3.1. Kernel</a></li> + <li><a href="reboot.html#dracut">1.3.2. Dracut</a></li> + <li><a href="reboot.html#grub">1.3.3. Grub</a></li> + <li><a href="reboot.html#recover">1.3.4. Recover</a></li> + <li><a href="reboot.html#checkup">1.3.5. Checkup</a></li> </ul> </li> - <li><a href="reboot.html">1.4. Boot</a> + <li><a href="ports.html">1.4. Ports</a> <ul> - <li><a href="reboot.html#linux">1.4.1. Kernel</a></li> - <li><a href="reboot.html#dracut">1.4.2. Dracut</a></li> - <li><a href="reboot.html#grub">1.4.3. Grub</a></li> - <li><a href="reboot.html#recover">1.4.4. Recover</a></li> - <li><a href="reboot.html#checkup">1.4.5. Checkup</a></li> + <li><a href="ports.html#filesystem">1.4.1. Ports layout</a></li> + <li><a href="ports.html#fakeroot">1.4.2. Build as user</a></li> + <li><a href="ports.html#pkgmk">1.4.3. Configure pkgmk</a></li> + <li><a href="ports.html#prtget">1.4.4. Configure prt-get</a></li> + <li><a href="ports.html#distcc">1.4.5. Ccache and distcc</a></li> </ul> </li> + + </ul> <h2>2. System Administration</h2> 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 |