diff options
Diffstat (limited to 'src')
30 files changed, 796 insertions, 88 deletions
diff --git a/src/docs/Changing-Init-Program.html b/src/docs/Changing-Init-Program.html index 04ac016..2948f40 100644 --- a/src/docs/Changing-Init-Program.html +++ b/src/docs/Changing-Init-Program.html @@ -21,7 +21,7 @@ Documentation License." --> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Init-System.html" rel="up" title="Init System"> -<link href="GNU-Free-Documentation-License.html" rel="next" title="GNU Free Documentation License"> +<link href="Contribution-Guidelines.html" rel="next" title="Contribution Guidelines"> <link href="Init-Hooks.html" rel="prev" title="Init Hooks"> <style type="text/css"> <!-- @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Previous: <a href="Init-Hooks.html" accesskey="p" rel="prev">Init Hooks</a>, Up: <a href="Init-System.html" accesskey="u" rel="up">Init System</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Changing-Init-Program-1"></span><h3 class="section">4.3 Changing Init Program</h3> +<span id="Changing-Init-Program-1"></span><h3 class="section">3.3 Changing Init Program</h3> <p>By default, Carbs Linux comes preinstalled with <code>busybox-init</code>, but this can easily be replaced without any issues. Currently, available init systems are: @@ -74,7 +74,7 @@ $ cpt a runit /usr/bin/reboot -<span id="Rebooting-after-changing-Init"></span><h4 class="subsection">4.3.1 Rebooting after changing Init</h4> +<span id="Rebooting-after-changing-Init"></span><h4 class="subsection">3.3.1 Rebooting after changing Init</h4> <p>After switching init systems, your running init system may not accept the new poweroff commands. You will need to reboot/poweroff using the running init’s @@ -100,5 +100,8 @@ currently running on your system and not the one you are switching to. + + + </body> </html> diff --git a/src/docs/Configuring-Init.html b/src/docs/Configuring-Init.html index 534ffc3..eddc1ac 100644 --- a/src/docs/Configuring-Init.html +++ b/src/docs/Configuring-Init.html @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Next: <a href="Init-Hooks.html" accesskey="n" rel="next">Init Hooks</a>, Up: <a href="Init-System.html" accesskey="u" rel="up">Init System</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Configuring-Init-1"></span><h3 class="section">4.1 Configuring Init</h3> +<span id="Configuring-Init-1"></span><h3 class="section">3.1 Configuring Init</h3> <p>There are three ways you can change the behaviour of the init system. Those are: </p> @@ -63,7 +63,7 @@ Next: <a href="Init-Hooks.html" accesskey="n" rel="next">Init Hooks</a>, Up: <a -<span id="Kernel-Command-Line"></span><h4 class="subsection">4.1.1 Kernel Command Line</h4> +<span id="Kernel-Command-Line"></span><h4 class="subsection">3.1.1 Kernel Command Line</h4> <p>On GRUB, you can edit the kernel command line parameters, which will be parsed as variables on the init system. Not all of the parameters will be acted upon, @@ -90,7 +90,7 @@ startup. </p> -<span id="g_t_002fetc_002finit_002frc_002econf-file"></span><h4 class="subsection">4.1.2 <samp>/etc/init/rc.conf</samp> file</h4> +<span id="g_t_002fetc_002finit_002frc_002econf-file"></span><h4 class="subsection">3.1.2 <samp>/etc/init/rc.conf</samp> file</h4> <p>However, the kernel command line isn’t the only place to set your boot parameters. You can specify variables here as well, although note that the diff --git a/src/docs/Contribution-Guidelines.html b/src/docs/Contribution-Guidelines.html index ea79df1..cbb7b02 100644 --- a/src/docs/Contribution-Guidelines.html +++ b/src/docs/Contribution-Guidelines.html @@ -22,7 +22,7 @@ Documentation License." --> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="index.html" rel="up" title="Top"> <link href="Conventions.html" rel="next" title="Conventions"> -<link href="Setting-up-an-rsync-repository-for-distribution.html" rel="prev" title="Setting up an rsync repository for distribution"> +<link href="Changing-Init-Program.html" rel="prev" title="Changing Init Program"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} @@ -48,10 +48,10 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="Contribution-Guidelines"></span><div class="header"> <p> -Next: <a href="Init-System.html" accesskey="n" rel="next">Init System</a>, Previous: <a href="Package-Manager.html" accesskey="p" rel="prev">Package Manager</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +Next: <a href="GNU-Free-Documentation-License.html" accesskey="n" rel="next">GNU Free Documentation License</a>, Previous: <a href="Init-System.html" accesskey="p" rel="prev">Init System</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Contribution-Guidelines-1"></span><h2 class="chapter">3 Contribution Guidelines</h2> +<span id="Contribution-Guidelines-1"></span><h2 class="chapter">4 Contribution Guidelines</h2> <p>Thanks for taking your time to contribute! To maintain stylistic behaviour throughout the repositories, one must adhere to these conventions. Exceptions diff --git a/src/docs/Conventions.html b/src/docs/Conventions.html index aa712b4..362292a 100644 --- a/src/docs/Conventions.html +++ b/src/docs/Conventions.html @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Next: <a href="Sending-Git-mails.html" accesskey="n" rel="next">Sending Git mails</a>, Up: <a href="Contribution-Guidelines.html" accesskey="u" rel="up">Contribution Guidelines</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Conventions-1"></span><h3 class="section">3.1 Conventions</h3> +<span id="Conventions-1"></span><h3 class="section">4.1 Conventions</h3> <table class="menu" border="0" cellspacing="0"> <tr><td align="left" valign="top">• <a href="General-Conventions.html" accesskey="1">General Conventions</a></td><td> </td><td align="left" valign="top"> diff --git a/src/docs/Environment-Variables.html b/src/docs/Environment-Variables.html index 27c35c7..b47dfd6 100644 --- a/src/docs/Environment-Variables.html +++ b/src/docs/Environment-Variables.html @@ -22,7 +22,7 @@ Documentation License." --> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Package-Manager.html" rel="up" title="Package Manager"> <link href="Hooks.html" rel="next" title="Hooks"> -<link href="cpt_002dbuild.html" rel="prev" title="cpt-build"> +<link href="cpt_002dupdate.html" rel="prev" title="cpt-update"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} @@ -101,7 +101,7 @@ This behaviour can also be achieved by adding <samp>-n</samp> or <samp>--no-fetc as an argument. Default: 0 </p> </dd> -<dt><code>CPT_FORCE</code></dt> +<dt><code><span id="cptforce"></span>CPT_FORCE</code></dt> <dd><p>If this is set to 1, some of the <code>cpt</code> tools will continue regardless of errors or skip certain checks. Here are some examples: </p> @@ -151,7 +151,7 @@ as an argument to some utilities. Default: 1 </p> </dd> -<dt><code>CPT_ROOT</code></dt> +<dt><code><span id="cptroot"></span>CPT_ROOT</code></dt> <dd><p>If this variable is set, <code>cpt</code> will assume this as the system root, and will install/remove/update/list packages assuming this is the system root. This behaviour can also be achieved by adding <samp>--root</samp> as an argument to some utilities. diff --git a/src/docs/GNU-Free-Documentation-License.html b/src/docs/GNU-Free-Documentation-License.html index 31f6493..9b9be9d 100644 --- a/src/docs/GNU-Free-Documentation-License.html +++ b/src/docs/GNU-Free-Documentation-License.html @@ -21,7 +21,7 @@ Documentation License." --> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="index.html" rel="up" title="Top"> -<link href="Changing-Init-Program.html" rel="prev" title="Changing Init Program"> +<link href="Sending-Git-mails.html" rel="prev" title="Sending Git mails"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} @@ -47,7 +47,7 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="GNU-Free-Documentation-License"></span><div class="header"> <p> -Previous: <a href="Init-System.html" accesskey="p" rel="prev">Init System</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +Previous: <a href="Contribution-Guidelines.html" accesskey="p" rel="prev">Contribution Guidelines</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="GNU-Free-Documentation-License-1"></span><h2 class="unnumbered">GNU Free Documentation License</h2> @@ -525,7 +525,7 @@ to permit their use in free software. <hr> <div class="header"> <p> -Previous: <a href="Init-System.html" accesskey="p" rel="prev">Init System</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +Previous: <a href="Contribution-Guidelines.html" accesskey="p" rel="prev">Contribution Guidelines</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> diff --git a/src/docs/General-Conventions.html b/src/docs/General-Conventions.html index 9ece611..e3591dc 100644 --- a/src/docs/General-Conventions.html +++ b/src/docs/General-Conventions.html @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Next: <a href="Shell-Conventions.html" accesskey="n" rel="next">Shell Conventions</a>, Up: <a href="Conventions.html" accesskey="u" rel="up">Conventions</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="General-Conventions-_002d_002d-00"></span><h4 class="subsection">3.1.1 General Conventions – 00</h4> +<span id="General-Conventions-_002d_002d-00"></span><h4 class="subsection">4.1.1 General Conventions – 00</h4> <dl compact="compact"> <dt><strong>[<span id="g_t0010"></span>0010]</strong></dt> diff --git a/src/docs/Init-Hooks.html b/src/docs/Init-Hooks.html index d070c25..a5a767d 100644 --- a/src/docs/Init-Hooks.html +++ b/src/docs/Init-Hooks.html @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Next: <a href="Changing-Init-Program.html" accesskey="n" rel="next">Changing Init Program</a>, Previous: <a href="Configuring-Init.html" accesskey="p" rel="prev">Configuring Init</a>, Up: <a href="Init-System.html" accesskey="u" rel="up">Init System</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Init-Hooks-1"></span><h3 class="section">4.2 Init Hooks</h3> +<span id="Init-Hooks-1"></span><h3 class="section">3.2 Init Hooks</h3> <p>Init hooks are for custom personal commands that the user may want to add to alter their boot. These can be used to load kernel modules, modify interfaces, diff --git a/src/docs/Init-System.html b/src/docs/Init-System.html index 8eadf40..fac32cd 100644 --- a/src/docs/Init-System.html +++ b/src/docs/Init-System.html @@ -22,7 +22,7 @@ Documentation License." --> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="index.html" rel="up" title="Top"> <link href="Configuring-Init.html" rel="next" title="Configuring Init"> -<link href="Sending-Git-mails.html" rel="prev" title="Sending Git mails"> +<link href="Setting-up-an-rsync-repository-for-distribution.html" rel="prev" title="Setting up an rsync repository for distribution"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} @@ -48,10 +48,10 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="Init-System"></span><div class="header"> <p> -Next: <a href="GNU-Free-Documentation-License.html" accesskey="n" rel="next">GNU Free Documentation License</a>, Previous: <a href="Contribution-Guidelines.html" accesskey="p" rel="prev">Contribution Guidelines</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +Next: <a href="Contribution-Guidelines.html" accesskey="n" rel="next">Contribution Guidelines</a>, Previous: <a href="Package-Manager.html" accesskey="p" rel="prev">Package Manager</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Init-System-1"></span><h2 class="chapter">4 Init System</h2> +<span id="Init-System-1"></span><h2 class="chapter">3 Init System</h2> <p>Carbs Linux init scripts are run by the init daemon (<code>busybox</code> by default) on boot and shutdown processes. It also provides its own halting program named diff --git a/src/docs/Package-Manager.html b/src/docs/Package-Manager.html index 3611422..14ca738 100644 --- a/src/docs/Package-Manager.html +++ b/src/docs/Package-Manager.html @@ -48,7 +48,7 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="Package-Manager"></span><div class="header"> <p> -Next: <a href="Contribution-Guidelines.html" accesskey="n" rel="next">Contribution Guidelines</a>, Previous: <a href="Installation.html" accesskey="p" rel="prev">Installation</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +Next: <a href="Init-System.html" accesskey="n" rel="next">Init System</a>, Previous: <a href="Installation.html" accesskey="p" rel="prev">Installation</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="Package-Manager-1"></span><h2 class="chapter">2 Package Manager</h2> diff --git a/src/docs/Repository-Conventions.html b/src/docs/Repository-Conventions.html index b102652..e333ff6 100644 --- a/src/docs/Repository-Conventions.html +++ b/src/docs/Repository-Conventions.html @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Previous: <a href="Shell-Conventions.html" accesskey="p" rel="prev">Shell Conventions</a>, Up: <a href="Conventions.html" accesskey="u" rel="up">Conventions</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Repository-Conventions-_002d_002d-20"></span><h4 class="subsection">3.1.3 Repository Conventions – 20</h4> +<span id="Repository-Conventions-_002d_002d-20"></span><h4 class="subsection">4.1.3 Repository Conventions – 20</h4> <p>Repository conventions are important in order to ensure every package resemble themselves. Here are the things to keep in mind: diff --git a/src/docs/Sending-Git-mails.html b/src/docs/Sending-Git-mails.html index 5bbbd7b..5dcfbe6 100644 --- a/src/docs/Sending-Git-mails.html +++ b/src/docs/Sending-Git-mails.html @@ -21,7 +21,7 @@ Documentation License." --> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Contribution-Guidelines.html" rel="up" title="Contribution Guidelines"> -<link href="Init-System.html" rel="next" title="Init System"> +<link href="GNU-Free-Documentation-License.html" rel="next" title="GNU Free Documentation License"> <link href="Repository-Conventions.html" rel="prev" title="Repository Conventions"> <style type="text/css"> <!-- @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Previous: <a href="Conventions.html" accesskey="p" rel="prev">Conventions</a>, Up: <a href="Contribution-Guidelines.html" accesskey="u" rel="up">Contribution Guidelines</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Sending-Git-mails-1"></span><h3 class="section">3.2 Sending Git mails</h3> +<span id="Sending-Git-mails-1"></span><h3 class="section">4.2 Sending Git mails</h3> <p>As mentioned, the preferred way of contribution is via patches. The easiest way for sending git mails without <code>git send-email</code> is using <code>msmtp</code>. @@ -101,5 +101,6 @@ $ for file in *.patch; do msmtp -t -a my-mail < $patch; done + </body> </html> diff --git a/src/docs/Setting-up-an-rsync-repository-for-distribution.html b/src/docs/Setting-up-an-rsync-repository-for-distribution.html index b64d2bb..ff97a37 100644 --- a/src/docs/Setting-up-an-rsync-repository-for-distribution.html +++ b/src/docs/Setting-up-an-rsync-repository-for-distribution.html @@ -21,7 +21,7 @@ Documentation License." --> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Rsync-Repositories.html" rel="up" title="Rsync Repositories"> -<link href="Contribution-Guidelines.html" rel="next" title="Contribution Guidelines"> +<link href="Init-System.html" rel="next" title="Init System"> <link href="Rsync-Repositories.html" rel="prev" title="Rsync Repositories"> <style type="text/css"> <!-- @@ -105,9 +105,5 @@ exec rsync --daemon --no-detach - - - - </body> </html> diff --git a/src/docs/Shell-Conventions.html b/src/docs/Shell-Conventions.html index 6d3b054..cb040d0 100644 --- a/src/docs/Shell-Conventions.html +++ b/src/docs/Shell-Conventions.html @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Next: <a href="Repository-Conventions.html" accesskey="n" rel="next">Repository Conventions</a>, Previous: <a href="General-Conventions.html" accesskey="p" rel="prev">General Conventions</a>, Up: <a href="Conventions.html" accesskey="u" rel="up">Conventions</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Shell-Conventions-_002d_002d-10"></span><h4 class="subsection">3.1.2 Shell Conventions – 10</h4> +<span id="Shell-Conventions-_002d_002d-10"></span><h4 class="subsection">4.1.2 Shell Conventions – 10</h4> <p>Shell is central to Carbs Linux projects. Most of the tools and packages are written in POSIX sh. diff --git a/src/docs/Usage.html b/src/docs/Usage.html index 8f07026..65ade0d 100644 --- a/src/docs/Usage.html +++ b/src/docs/Usage.html @@ -52,6 +52,7 @@ Next: <a href="Environment-Variables.html" accesskey="n" rel="next">Environment </div> <hr> <span id="Usage-1"></span><h3 class="section">2.1 Usage</h3> + <p><code>cpt</code> is formed of many tools combined in a single environment, similar to <code>git</code>. When you run <code>cpt</code> without any arguments, it will show all available tools and their explanations. Here is an example call with extra @@ -105,6 +106,22 @@ scripts on my system: </td></tr> <tr><td align="left" valign="top">• <a href="cpt_002dbuild.html" accesskey="2"><code>cpt-build</code></a></td><td> </td><td align="left" valign="top"> </td></tr> +<tr><td align="left" valign="top">• <a href="cpt_002dchecksum.html" accesskey="3"><code>cpt-checksum</code></a></td><td> </td><td align="left" valign="top"> +</td></tr> +<tr><td align="left" valign="top">• <a href="cpt_002ddownload.html" accesskey="4"><code>cpt-download</code></a></td><td> </td><td align="left" valign="top"> +</td></tr> +<tr><td align="left" valign="top">• <a href="cpt_002dfetch.html" accesskey="5"><code>cpt-fetch</code></a></td><td> </td><td align="left" valign="top"> +</td></tr> +<tr><td align="left" valign="top">• <a href="cpt_002dinstall.html" accesskey="6"><code>cpt-install</code></a></td><td> </td><td align="left" valign="top"> +</td></tr> +<tr><td align="left" valign="top">• <a href="cpt_002dlist.html" accesskey="7"><code>cpt-list</code></a></td><td> </td><td align="left" valign="top"> +</td></tr> +<tr><td align="left" valign="top">• <a href="cpt_002dremove.html" accesskey="8"><code>cpt-remove</code></a></td><td> </td><td align="left" valign="top"> +</td></tr> +<tr><td align="left" valign="top">• <a href="cpt_002dsearch.html" accesskey="9"><code>cpt-search</code></a></td><td> </td><td align="left" valign="top"> +</td></tr> +<tr><td align="left" valign="top">• <a href="cpt_002dupdate.html"><code>cpt-update</code></a></td><td> </td><td align="left" valign="top"> +</td></tr> </table> diff --git a/src/docs/cpt_002dalternatives.html b/src/docs/cpt_002dalternatives.html index a5bf9a3..df24945 100644 --- a/src/docs/cpt_002dalternatives.html +++ b/src/docs/cpt_002dalternatives.html @@ -60,7 +60,7 @@ argument. </p> -<span id="Examples"></span><h4 class="subsubsection">2.1.1.1 Examples</h4> +<span id="Examples"></span><h4 class="unnumberedsubsubsec">Examples</h4> <p>List alternatives </p> diff --git a/src/docs/cpt_002dbuild.html b/src/docs/cpt_002dbuild.html index cfe9705..c15e41c 100644 --- a/src/docs/cpt_002dbuild.html +++ b/src/docs/cpt_002dbuild.html @@ -21,7 +21,7 @@ Documentation License." --> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Usage.html" rel="up" title="Usage"> -<link href="Environment-Variables.html" rel="next" title="Environment Variables"> +<link href="cpt_002dchecksum.html" rel="next" title="cpt-checksum"> <link href="cpt_002dalternatives.html" rel="prev" title="cpt-alternatives"> <style type="text/css"> <!-- @@ -48,23 +48,26 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="cpt_002dbuild"></span><div class="header"> <p> -Previous: <a href="cpt_002dalternatives.html" accesskey="p" rel="prev"><code>cpt-alternatives</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +Next: <a href="cpt_002dchecksum.html" accesskey="n" rel="next"><code>cpt-checksum</code></a>, Previous: <a href="cpt_002dalternatives.html" accesskey="p" rel="prev"><code>cpt-alternatives</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="cpt_002dbuild-1"></span><h4 class="subsection">2.1.2 <code>cpt-build</code></h4> -<p>cpt-build will build given packages and their dependencies. If multiple packages -are specified, it will ask to install the packages as well. +<p><code>cpt-build</code> will build given packages and their dependencies. If +multiple packages are specified, it will ask to install the packages as well. </p> -<span id="Options"></span><h4 class="subsubsection">2.1.2.1 Options</h4> -<p><code>cpt-build</code> will accept the following options: -</p> -<ul> -<li> <samp>-y</samp>, <samp>--no-prompt</samp> – Do not prompt for confirmation -</li><li> <samp></samp> -</li></ul> +<span id="Options"></span><h4 class="unnumberedsubsubsec">Options</h4> + +<dl compact="compact"> +<dt><samp>-y --no-prompt</samp></dt> +<dd><p>Do not prompt for confirmation +</p></dd> +<dt><samp>-t --test</samp></dt> +<dd><p>Run tests (if it exists) +</p></dd> +</dl> diff --git a/src/docs/cpt_002dchecksum.html b/src/docs/cpt_002dchecksum.html new file mode 100644 index 0000000..8a038be --- /dev/null +++ b/src/docs/cpt_002dchecksum.html @@ -0,0 +1,65 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cpt-checksum (Carbs Linux User Manual)</title> + +<meta name="description" content="cpt-checksum (Carbs Linux User Manual)"> +<meta name="keywords" content="cpt-checksum (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Usage.html" rel="up" title="Usage"> +<link href="cpt_002ddownload.html" rel="next" title="cpt-download"> +<link href="cpt_002dbuild.html" rel="prev" title="cpt-build"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + + +</head> + +<body lang="en"> +<span id="cpt_002dchecksum"></span><div class="header"> +<p> +Next: <a href="cpt_002ddownload.html" accesskey="n" rel="next"><code>cpt-download</code></a>, Previous: <a href="cpt_002dbuild.html" accesskey="p" rel="prev"><code>cpt-build</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="cpt_002dchecksum-1"></span><h4 class="subsection">2.1.3 <code>cpt-checksum</code></h4> + +<p><code>cpt-checksum</code> will generate a <samp>checksums</samp> file from the package’s +sources. +</p> + + + + + +</body> +</html> diff --git a/src/docs/cpt_002ddownload.html b/src/docs/cpt_002ddownload.html new file mode 100644 index 0000000..2eb2a3d --- /dev/null +++ b/src/docs/cpt_002ddownload.html @@ -0,0 +1,64 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cpt-download (Carbs Linux User Manual)</title> + +<meta name="description" content="cpt-download (Carbs Linux User Manual)"> +<meta name="keywords" content="cpt-download (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Usage.html" rel="up" title="Usage"> +<link href="cpt_002dfetch.html" rel="next" title="cpt-fetch"> +<link href="cpt_002dchecksum.html" rel="prev" title="cpt-checksum"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + + +</head> + +<body lang="en"> +<span id="cpt_002ddownload"></span><div class="header"> +<p> +Next: <a href="cpt_002dfetch.html" accesskey="n" rel="next"><code>cpt-fetch</code></a>, Previous: <a href="cpt_002dchecksum.html" accesskey="p" rel="prev"><code>cpt-checksum</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="cpt_002ddownload-1"></span><h4 class="subsection">2.1.4 <code>cpt-download</code></h4> + +<p><code>cpt-download</code> will download the sources of a package. +</p> + + + + + +</body> +</html> diff --git a/src/docs/cpt_002dfetch.html b/src/docs/cpt_002dfetch.html new file mode 100644 index 0000000..0b5c840 --- /dev/null +++ b/src/docs/cpt_002dfetch.html @@ -0,0 +1,64 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cpt-fetch (Carbs Linux User Manual)</title> + +<meta name="description" content="cpt-fetch (Carbs Linux User Manual)"> +<meta name="keywords" content="cpt-fetch (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Usage.html" rel="up" title="Usage"> +<link href="cpt_002dinstall.html" rel="next" title="cpt-install"> +<link href="cpt_002ddownload.html" rel="prev" title="cpt-download"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + + +</head> + +<body lang="en"> +<span id="cpt_002dfetch"></span><div class="header"> +<p> +Next: <a href="cpt_002dinstall.html" accesskey="n" rel="next"><code>cpt-install</code></a>, Previous: <a href="cpt_002ddownload.html" accesskey="p" rel="prev"><code>cpt-download</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="cpt_002dfetch-1"></span><h4 class="subsection">2.1.5 <code>cpt-fetch</code></h4> + +<p><code>cpt-fetch</code> will fetch remote repositories. +</p> + + + + + +</body> +</html> diff --git a/src/docs/cpt_002dinstall.html b/src/docs/cpt_002dinstall.html new file mode 100644 index 0000000..ed82923 --- /dev/null +++ b/src/docs/cpt_002dinstall.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cpt-install (Carbs Linux User Manual)</title> + +<meta name="description" content="cpt-install (Carbs Linux User Manual)"> +<meta name="keywords" content="cpt-install (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Usage.html" rel="up" title="Usage"> +<link href="cpt_002dlist.html" rel="next" title="cpt-list"> +<link href="cpt_002dfetch.html" rel="prev" title="cpt-fetch"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + + +</head> + +<body lang="en"> +<span id="cpt_002dinstall"></span><div class="header"> +<p> +Next: <a href="cpt_002dlist.html" accesskey="n" rel="next"><code>cpt-list</code></a>, Previous: <a href="cpt_002dfetch.html" accesskey="p" rel="prev"><code>cpt-fetch</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="cpt_002dinstall-1"></span><h4 class="subsection">2.1.6 <code>cpt-install</code></h4> + +<p><code>cpt-install</code> will install given packages. +</p> + + +<span id="Options-1"></span><h4 class="unnumberedsubsubsec">Options</h4> + +<dl compact="compact"> +<dt><samp>-f --force</samp></dt> +<dd><p>Force installation. See <a href="Environment-Variables.html#cptforce"><code>CPT_FORCE</code></a>. +</p></dd> +<dt><samp>--root</samp></dt> +<dd><p>Set an alternative root directory. See <a href="Environment-Variables.html#cptroot"><code>CPT_ROOT</code></a>. +</p></dd> +</dl> + + + + + + +</body> +</html> diff --git a/src/docs/cpt_002dlist.html b/src/docs/cpt_002dlist.html new file mode 100644 index 0000000..d31b5e2 --- /dev/null +++ b/src/docs/cpt_002dlist.html @@ -0,0 +1,68 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cpt-list (Carbs Linux User Manual)</title> + +<meta name="description" content="cpt-list (Carbs Linux User Manual)"> +<meta name="keywords" content="cpt-list (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Usage.html" rel="up" title="Usage"> +<link href="cpt_002dremove.html" rel="next" title="cpt-remove"> +<link href="cpt_002dinstall.html" rel="prev" title="cpt-install"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + + +</head> + +<body lang="en"> +<span id="cpt_002dlist"></span><div class="header"> +<p> +Next: <a href="cpt_002dremove.html" accesskey="n" rel="next"><code>cpt-remove</code></a>, Previous: <a href="cpt_002dinstall.html" accesskey="p" rel="prev"><code>cpt-install</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="cpt_002dlist-1"></span><h4 class="subsection">2.1.7 <code>cpt-list</code></h4> + +<p>When called without arguments, <code>cpt-list</code> will print all installed +packages. You can add package names as arguments to check whether they are +installed or not. In success, <code>cpt-list</code> will exit with status 0 if all +given packages are installed, it will return 1 if any of the given packages +aren’t installed. +</p> + + + + + +</body> +</html> diff --git a/src/docs/cpt_002dremove.html b/src/docs/cpt_002dremove.html new file mode 100644 index 0000000..93a7ff8 --- /dev/null +++ b/src/docs/cpt_002dremove.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cpt-remove (Carbs Linux User Manual)</title> + +<meta name="description" content="cpt-remove (Carbs Linux User Manual)"> +<meta name="keywords" content="cpt-remove (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Usage.html" rel="up" title="Usage"> +<link href="cpt_002dsearch.html" rel="next" title="cpt-search"> +<link href="cpt_002dlist.html" rel="prev" title="cpt-list"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + + +</head> + +<body lang="en"> +<span id="cpt_002dremove"></span><div class="header"> +<p> +Next: <a href="cpt_002dsearch.html" accesskey="n" rel="next"><code>cpt-search</code></a>, Previous: <a href="cpt_002dlist.html" accesskey="p" rel="prev"><code>cpt-list</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="cpt_002dremove-1"></span><h4 class="subsection">2.1.8 <code>cpt-remove</code></h4> + +<p><code>cpt-remove</code> will remove given packages. +</p> + + +<span id="Options-2"></span><h4 class="unnumberedsubsubsec">Options</h4> + +<dl compact="compact"> +<dt><samp>-f --force</samp></dt> +<dd><p>Force removal. See <a href="Environment-Variables.html#cptforce"><code>CPT_FORCE</code></a>. +</p></dd> +<dt><samp>--root</samp></dt> +<dd><p>Set an alternative root directory. See <a href="Environment-Variables.html#cptroot"><code>CPT_ROOT</code></a>. +</p></dd> +</dl> + + + + + + +</body> +</html> diff --git a/src/docs/cpt_002dsearch.html b/src/docs/cpt_002dsearch.html new file mode 100644 index 0000000..289903f --- /dev/null +++ b/src/docs/cpt_002dsearch.html @@ -0,0 +1,74 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cpt-search (Carbs Linux User Manual)</title> + +<meta name="description" content="cpt-search (Carbs Linux User Manual)"> +<meta name="keywords" content="cpt-search (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Usage.html" rel="up" title="Usage"> +<link href="cpt_002dupdate.html" rel="next" title="cpt-update"> +<link href="cpt_002dremove.html" rel="prev" title="cpt-remove"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + + +</head> + +<body lang="en"> +<span id="cpt_002dsearch"></span><div class="header"> +<p> +Next: <a href="cpt_002dupdate.html" accesskey="n" rel="next"><code>cpt-update</code></a>, Previous: <a href="cpt_002dremove.html" accesskey="p" rel="prev"><code>cpt-remove</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="cpt_002dsearch-1"></span><h4 class="subsection">2.1.9 <code>cpt-search</code></h4> + +<p><code>cpt-search</code> will remove given packages. +</p> + + +<span id="Options-3"></span><h4 class="unnumberedsubsubsec">Options</h4> + +<dl compact="compact"> +<dt><samp>-s --single</samp></dt> +<dd><p>Only show the first instance of a package. +</p></dd> +</dl> + + + + + + +</body> +</html> diff --git a/src/docs/cpt_002dupdate.html b/src/docs/cpt_002dupdate.html new file mode 100644 index 0000000..7446855 --- /dev/null +++ b/src/docs/cpt_002dupdate.html @@ -0,0 +1,83 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cpt-update (Carbs Linux User Manual)</title> + +<meta name="description" content="cpt-update (Carbs Linux User Manual)"> +<meta name="keywords" content="cpt-update (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<link href="index.html" rel="start" title="Top"> +<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> +<link href="Usage.html" rel="up" title="Usage"> +<link href="Environment-Variables.html" rel="next" title="Environment Variables"> +<link href="cpt_002dsearch.html" rel="prev" title="cpt-search"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + + +</head> + +<body lang="en"> +<span id="cpt_002dupdate"></span><div class="header"> +<p> +Previous: <a href="cpt_002dsearch.html" accesskey="p" rel="prev"><code>cpt-search</code></a>, Up: <a href="Usage.html" accesskey="u" rel="up">Usage</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="cpt_002dupdate-1"></span><h4 class="subsection">2.1.10 <code>cpt-update</code></h4> + +<p><code>cpt-update</code> will update the packages on your system. +</p> + + +<span id="Options-4"></span><h4 class="unnumberedsubsubsec">Options</h4> + +<dl compact="compact"> +<dt><samp>-d --download</samp></dt> +<dd><p>Only download updatable packages. +</p></dd> +<dt><samp>-n --no-fetch</samp></dt> +<dd><p>Do not fetch remote repositories. +</p></dd> +<dt><samp>-y --no-prompt</samp></dt> +<dd><p>Do not prompt for confirmation. +</p></dd> +<dt><samp>--root</samp></dt> +<dd><p>Use an alternate root directory. See <a href="Environment-Variables.html#cptroot"><code>CPT_ROOT</code></a>. +</p></dd> +</dl> + + + + + + +</body> +</html> diff --git a/src/docs/cptforce.html b/src/docs/cptforce.html new file mode 100644 index 0000000..531869a --- /dev/null +++ b/src/docs/cptforce.html @@ -0,0 +1,48 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<!-- This file redirects to the location of a node or anchor --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cptforce (Carbs Linux User Manual)</title> + +<meta name="description" content="cptforce (Carbs Linux User Manual)"> +<meta name="keywords" content="cptforce (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + +<meta http-equiv="Refresh" content="0; url=Environment-Variables.html#cptforce"> + +</head> + +<body lang="en"> + +<p>The node you are looking for is at <a href="Environment-Variables.html#cptforce">cptforce</a>.</p> +</body> diff --git a/src/docs/cptroot.html b/src/docs/cptroot.html new file mode 100644 index 0000000..3e9dfbe --- /dev/null +++ b/src/docs/cptroot.html @@ -0,0 +1,48 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<!-- Copyright (C) 2020 Cem Keylan + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU Free +Documentation License." --> +<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> +<!-- This file redirects to the location of a node or anchor --> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>cptroot (Carbs Linux User Manual)</title> + +<meta name="description" content="cptroot (Carbs Linux User Manual)"> +<meta name="keywords" content="cptroot (Carbs Linux User Manual)"> +<meta name="resource-type" content="document"> +<meta name="distribution" content="global"> +<meta name="Generator" content="makeinfo"> +<style type="text/css"> +<!-- +a.summary-letter {text-decoration: none} +blockquote.indentedblock {margin-right: 0em} +div.display {margin-left: 3.2em} +div.example {margin-left: 3.2em} +div.lisp {margin-left: 3.2em} +kbd {font-style: oblique} +pre.display {font-family: inherit} +pre.format {font-family: inherit} +pre.menu-comment {font-family: serif} +pre.menu-preformatted {font-family: serif} +span.nolinebreak {white-space: nowrap} +span.roman {font-family: initial; font-weight: normal} +span.sansserif {font-family: sans-serif; font-weight: normal} +ul.no-bullet {list-style: none} +--> +</style> + +<meta http-equiv="Refresh" content="0; url=Environment-Variables.html#cptroot"> + +</head> + +<body lang="en"> + +<p>The node you are looking for is at <a href="Environment-Variables.html#cptroot">cptroot</a>.</p> +</body> diff --git a/src/docs/index.html b/src/docs/index.html index ebe6e36..9511f59 100644 --- a/src/docs/index.html +++ b/src/docs/index.html @@ -49,28 +49,6 @@ ul.no-bullet {list-style: none} - -<span id="Top"></span><div class="header"> -<p> -Next: <a href="Installation.html" accesskey="n" rel="next">Installation</a> [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> -</div> -<hr> -<span id="Carbs-Linux-User-Manual"></span><h1 class="top">Carbs Linux User Manual</h1> - -<p>This is the full documentation of <a href="https://carbslinux.org">Carbs Linux</a>, -from the details of the distribution, installation, to the package manager. It -is not yet complete. -</p> - -<p>This documentation is also available in the distribution by the -<code>carbs-docs</code> package, which can be read by either running -<code>info carbslinux</code> or reading <samp>/usr/share/doc/carbslinux.txt</samp> with your -favorite pager. You can install either the <code>info</code> or <code>texinfo</code> -for doing the first. -</p> - - - <span id="SEC_Overview"></span> <h2 class="shortcontents-heading">Short Table of Contents</h2> @@ -78,8 +56,8 @@ for doing the first. <ul class="no-bullet"> <li><a id="stoc-Installation-1" href="#toc-Installation-1">1 Installation</a></li> <li><a id="stoc-Package-Manager-1" href="#toc-Package-Manager-1">2 Package Manager</a></li> -<li><a id="stoc-Contribution-Guidelines-1" href="#toc-Contribution-Guidelines-1">3 Contribution Guidelines</a></li> -<li><a id="stoc-Init-System-1" href="#toc-Init-System-1">4 Init System</a></li> +<li><a id="stoc-Init-System-1" href="#toc-Init-System-1">3 Init System</a></li> +<li><a id="stoc-Contribution-Guidelines-1" href="#toc-Contribution-Guidelines-1">4 Contribution Guidelines</a></li> <li><a id="stoc-GNU-Free-Documentation-License-1" href="#toc-GNU-Free-Documentation-License-1">GNU Free Documentation License</a></li> </ul> </div> @@ -141,11 +119,31 @@ for doing the first. <ul class="no-bullet"> <li><a id="toc-cpt_002dalternatives-1" href="cpt_002dalternatives.html#cpt_002dalternatives">2.1.1 <code>cpt-alternatives</code></a> <ul class="no-bullet"> - <li><a id="toc-Examples" href="cpt_002dalternatives.html#Examples">2.1.1.1 Examples</a></li> + <li><a id="toc-Examples" href="cpt_002dalternatives.html#Examples">Examples</a></li> </ul></li> <li><a id="toc-cpt_002dbuild-1" href="cpt_002dbuild.html#cpt_002dbuild">2.1.2 <code>cpt-build</code></a> <ul class="no-bullet"> - <li><a id="toc-Options" href="cpt_002dbuild.html#Options">2.1.2.1 Options</a></li> + <li><a id="toc-Options" href="cpt_002dbuild.html#Options">Options</a></li> + </ul></li> + <li><a id="toc-cpt_002dchecksum-1" href="cpt_002dchecksum.html#cpt_002dchecksum">2.1.3 <code>cpt-checksum</code></a></li> + <li><a id="toc-cpt_002ddownload-1" href="cpt_002ddownload.html#cpt_002ddownload">2.1.4 <code>cpt-download</code></a></li> + <li><a id="toc-cpt_002dfetch-1" href="cpt_002dfetch.html#cpt_002dfetch">2.1.5 <code>cpt-fetch</code></a></li> + <li><a id="toc-cpt_002dinstall-1" href="cpt_002dinstall.html#cpt_002dinstall">2.1.6 <code>cpt-install</code></a> + <ul class="no-bullet"> + <li><a id="toc-Options-1" href="cpt_002dinstall.html#Options-1">Options</a></li> + </ul></li> + <li><a id="toc-cpt_002dlist-1" href="cpt_002dlist.html#cpt_002dlist">2.1.7 <code>cpt-list</code></a></li> + <li><a id="toc-cpt_002dremove-1" href="cpt_002dremove.html#cpt_002dremove">2.1.8 <code>cpt-remove</code></a> + <ul class="no-bullet"> + <li><a id="toc-Options-2" href="cpt_002dremove.html#Options-2">Options</a></li> + </ul></li> + <li><a id="toc-cpt_002dsearch-1" href="cpt_002dsearch.html#cpt_002dsearch">2.1.9 <code>cpt-search</code></a> + <ul class="no-bullet"> + <li><a id="toc-Options-3" href="cpt_002dsearch.html#Options-3">Options</a></li> + </ul></li> + <li><a id="toc-cpt_002dupdate-1" href="cpt_002dupdate.html#cpt_002dupdate">2.1.10 <code>cpt-update</code></a> + <ul class="no-bullet"> + <li><a id="toc-Options-4" href="cpt_002dupdate.html#Options-4">Options</a></li> </ul></li> </ul></li> <li><a id="toc-Environment-Variables-1" href="Environment-Variables.html#Environment-Variables">2.2 Environment Variables</a></li> @@ -169,42 +167,64 @@ for doing the first. <li><a id="toc-Setting-up-an-rsync-repository-for-distribution-1" href="Setting-up-an-rsync-repository-for-distribution.html#Setting-up-an-rsync-repository-for-distribution">2.5.1 Setting up an rsync repository for distribution</a></li> </ul></li> </ul></li> - <li><a id="toc-Contribution-Guidelines-1" href="Contribution-Guidelines.html#Contribution-Guidelines">3 Contribution Guidelines</a> + <li><a id="toc-Init-System-1" href="Init-System.html#Init-System">3 Init System</a> <ul class="no-bullet"> - <li><a id="toc-Conventions-1" href="Conventions.html#Conventions">3.1 Conventions</a> + <li><a id="toc-Configuring-Init-1" href="Configuring-Init.html#Configuring-Init">3.1 Configuring Init</a> <ul class="no-bullet"> - <li><a id="toc-General-Conventions-_002d_002d-00" href="General-Conventions.html#General-Conventions">3.1.1 General Conventions – 00</a></li> - <li><a id="toc-Shell-Conventions-_002d_002d-10" href="Shell-Conventions.html#Shell-Conventions">3.1.2 Shell Conventions – 10</a></li> - <li><a id="toc-Repository-Conventions-_002d_002d-20" href="Repository-Conventions.html#Repository-Conventions">3.1.3 Repository Conventions – 20</a></li> + <li><a id="toc-Kernel-Command-Line" href="Configuring-Init.html#Kernel-Command-Line">3.1.1 Kernel Command Line</a></li> + <li><a id="toc-_002fetc_002finit_002frc_002econf-file" href="Configuring-Init.html#g_t_002fetc_002finit_002frc_002econf-file">3.1.2 <samp>/etc/init/rc.conf</samp> file</a></li> </ul></li> - <li><a id="toc-Sending-Git-mails-1" href="Sending-Git-mails.html#Sending-Git-mails">3.2 Sending Git mails</a></li> - </ul></li> - <li><a id="toc-Init-System-1" href="Init-System.html#Init-System">4 Init System</a> - <ul class="no-bullet"> - <li><a id="toc-Configuring-Init-1" href="Configuring-Init.html#Configuring-Init">4.1 Configuring Init</a> + <li><a id="toc-Init-Hooks-1" href="Init-Hooks.html#Init-Hooks">3.2 Init Hooks</a></li> + <li><a id="toc-Changing-Init-Program-1" href="Changing-Init-Program.html#Changing-Init-Program">3.3 Changing Init Program</a> <ul class="no-bullet"> - <li><a id="toc-Kernel-Command-Line" href="Configuring-Init.html#Kernel-Command-Line">4.1.1 Kernel Command Line</a></li> - <li><a id="toc-_002fetc_002finit_002frc_002econf-file" href="Configuring-Init.html#g_t_002fetc_002finit_002frc_002econf-file">4.1.2 <samp>/etc/init/rc.conf</samp> file</a></li> + <li><a id="toc-Rebooting-after-changing-Init" href="Changing-Init-Program.html#Rebooting-after-changing-Init">3.3.1 Rebooting after changing Init</a></li> </ul></li> - <li><a id="toc-Init-Hooks-1" href="Init-Hooks.html#Init-Hooks">4.2 Init Hooks</a></li> - <li><a id="toc-Changing-Init-Program-1" href="Changing-Init-Program.html#Changing-Init-Program">4.3 Changing Init Program</a> + </ul></li> + <li><a id="toc-Contribution-Guidelines-1" href="Contribution-Guidelines.html#Contribution-Guidelines">4 Contribution Guidelines</a> + <ul class="no-bullet"> + <li><a id="toc-Conventions-1" href="Conventions.html#Conventions">4.1 Conventions</a> <ul class="no-bullet"> - <li><a id="toc-Rebooting-after-changing-Init" href="Changing-Init-Program.html#Rebooting-after-changing-Init">4.3.1 Rebooting after changing Init</a></li> + <li><a id="toc-General-Conventions-_002d_002d-00" href="General-Conventions.html#General-Conventions">4.1.1 General Conventions – 00</a></li> + <li><a id="toc-Shell-Conventions-_002d_002d-10" href="Shell-Conventions.html#Shell-Conventions">4.1.2 Shell Conventions – 10</a></li> + <li><a id="toc-Repository-Conventions-_002d_002d-20" href="Repository-Conventions.html#Repository-Conventions">4.1.3 Repository Conventions – 20</a></li> </ul></li> + <li><a id="toc-Sending-Git-mails-1" href="Sending-Git-mails.html#Sending-Git-mails">4.2 Sending Git mails</a></li> </ul></li> <li><a id="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a></li> </ul> </div> + +<span id="Top"></span><div class="header"> +<p> +Next: <a href="Installation.html" accesskey="n" rel="next">Installation</a> [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +</div> +<hr> +<span id="Carbs-Linux-User-Manual"></span><h1 class="top">Carbs Linux User Manual</h1> + +<p>This is the full documentation of <a href="https://carbslinux.org">Carbs Linux</a>, +from the details of the distribution, installation, to the package manager. It +is not yet complete. +</p> + +<p>This documentation is also available in the distribution by the +<code>carbs-docs</code> package, which can be read by either running +<code>info carbslinux</code> or reading <samp>/usr/share/doc/carbslinux.txt</samp> with your +favorite pager. You can install either the <code>info</code> or <code>texinfo</code> +for doing the first. +</p> + + + <table class="menu" border="0" cellspacing="0"> <tr><td align="left" valign="top">• <a href="Installation.html" accesskey="1">Installation</a></td><td> </td><td align="left" valign="top">Installing Carbs Linux </td></tr> <tr><td align="left" valign="top">• <a href="Package-Manager.html" accesskey="2">Package Manager</a></td><td> </td><td align="left" valign="top">Carbs Linux Packaging Tools </td></tr> -<tr><td align="left" valign="top">• <a href="Contribution-Guidelines.html" accesskey="3">Contribution Guidelines</a></td><td> </td><td align="left" valign="top">Contributing to Carbs Linux +<tr><td align="left" valign="top">• <a href="Init-System.html" accesskey="3">Init System</a></td><td> </td><td align="left" valign="top">Configuring the init system </td></tr> -<tr><td align="left" valign="top">• <a href="Init-System.html" accesskey="4">Init System</a></td><td> </td><td align="left" valign="top">Configuring the init system +<tr><td align="left" valign="top">• <a href="Contribution-Guidelines.html" accesskey="4">Contribution Guidelines</a></td><td> </td><td align="left" valign="top">Contributing to Carbs Linux </td></tr> <tr><td align="left" valign="top">• <a href="GNU-Free-Documentation-License.html" accesskey="5">GNU Free Documentation License</a></td><td> </td><td align="left" valign="top">Copying Conditions </td></tr> diff --git a/src/news.xml b/src/news.xml index 634a2b0..dacc721 100644 --- a/src/news.xml +++ b/src/news.xml @@ -9,7 +9,7 @@ <description>a simple linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Mon Sep 21 2020 19:00</lastBuildDate> + <lastBuildDate>Mon Sep 21 2020 21:00</lastBuildDate> <item> <title>Sep 16 2020</title> <pubDate>Wed, 16 Sep 2020</pubDate> diff --git a/src/rss.xml b/src/rss.xml index 4f5df31..d4fa290 100644 --- a/src/rss.xml +++ b/src/rss.xml @@ -9,7 +9,7 @@ <description>a simple linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Mon Sep 21 2020 19:00</lastBuildDate> + <lastBuildDate>Mon Sep 21 2020 21:00</lastBuildDate> <item> <title>August 2020 News Post</title> <pubDate>Mon, 03 Aug 2020</pubDate> |