aboutsummaryrefslogtreecommitdiff
path: root/src/docs/Chroot.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/Chroot.html')
-rw-r--r--src/docs/Chroot.html30
1 files changed, 27 insertions, 3 deletions
diff --git a/src/docs/Chroot.html b/src/docs/Chroot.html
index 026a627..6cfa061 100644
--- a/src/docs/Chroot.html
+++ b/src/docs/Chroot.html
@@ -2,7 +2,12 @@
<html>
<!-- Copyright (C) 2020 Cem Keylan
-Licensed under Gnu Free Documentation License. -->
+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">
@@ -14,6 +19,7 @@ Licensed under Gnu Free Documentation License. -->
<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="Installation.html" rel="up" title="Installation">
<link href="System-Configuration.html" rel="next" title="System Configuration">
<link href="Preparing-Environment.html" rel="prev" title="Preparing Environment">
@@ -42,7 +48,7 @@ ul.no-bullet {list-style: none}
<body lang="en">
<span id="Chroot"></span><div class="header">
<p>
-Next: <a href="System-Configuration.html" accesskey="n" rel="next">System Configuration</a>, Previous: <a href="Preparing-Environment.html" accesskey="p" rel="prev">Preparing Environment</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> &nbsp; </p>
+Next: <a href="System-Configuration.html" accesskey="n" rel="next">System Configuration</a>, Previous: <a href="Preparing-Environment.html" accesskey="p" rel="prev">Preparing Environment</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
</div>
<hr>
<span id="Chroot-1"></span><h3 class="section">1.2 Chroot</h3>
@@ -53,6 +59,8 @@ Next: <a href="System-Configuration.html" accesskey="n" rel="next">System Config
<pre class="example">$ ./cpt-chroot /mnt
</pre></div>
+
+
<span id="Setting-up-repositories"></span><h4 class="subsection">1.2.1 Setting up repositories</h4>
<p>Newest tarballs do not come with repositories, so you will need to manually
@@ -71,6 +79,8 @@ you want. So go ahead and create that directory:
<pre class="example">$ mkdir -p $HOME/repos
</pre></div>
+
+
<span id="Obtaining-from-rsync"></span><h4 class="subsubsection">1.2.1.1 Obtaining from rsync</h4>
<p>Carbs Linux rsync repositories live in <a href="rsync://carbslinux.org/repo">rsync://carbslinux.org/repo</a>. In
@@ -80,6 +90,8 @@ order to obtain it, run the following:
<pre class="example">$ rsync -avc rsync://carbslinux.org/repo $HOME/repos/carbs
</pre></div>
+
+
<span id="Obtaining-from-git"></span><h4 class="subsubsection">1.2.1.2 Obtaining from git</h4>
<p>Carbs Linux git repositories can be found both from the main server and GitHub
@@ -94,6 +106,8 @@ order to obtain it, run the following:
<pre class="example">$ git clone git://git.carbslinux.org/repository $HOME/repos/carbs
</pre></div>
+
+
<span id="Making-the-package-manager-use-the-repositories"></span><h4 class="subsubsection">1.2.1.3 Making the package manager use the repositories</h4>
<p>In your shell&rsquo;s configuration file, or in your <samp>~/.profile</samp> file, add the
@@ -108,6 +122,8 @@ CPT_PATH=$CPT_PATH:$HOME/repos/carbs/community
export CPT_PATH
</pre></div>
+
+
<span id="Updating-packages"></span><h4 class="subsection">1.2.2 Updating packages</h4>
<p>It is good practice to make sure your system is up to date, especially before
@@ -118,6 +134,8 @@ need to update twice.
<pre class="example">$ cpt update
</pre></div>
+
+
<span id="Installing-packages"></span><h4 class="subsection">1.2.3 Installing packages</h4>
<p>Since you are operating on a really small base, you might need to build and
@@ -130,6 +148,8 @@ following. &ldquo;Package&rdquo; is not actually a package and is given as an ex
$ cpt install package
</pre></div>
+
+
<span id="Essential-Software"></span><h4 class="subsection">1.2.4 Essential Software</h4>
<p>Here is a list of software that you might want to have on your system.
@@ -180,6 +200,8 @@ $ cpt install package
</li><li> man-pages-posix
</li></ul>
+
+
<span id="Obtaining-the-documentation-_0028optional_0029"></span><h4 class="subsection">1.2.5 Obtaining the documentation (optional)</h4>
<p>All the documentation for Carbs Linux can be found on a single info manual to be
@@ -198,10 +220,12 @@ You can then run info and navigate through the documentation.
$ info carbslinux
</pre></div>
+
+
<hr>
<div class="header">
<p>
-Next: <a href="System-Configuration.html" accesskey="n" rel="next">System Configuration</a>, Previous: <a href="Preparing-Environment.html" accesskey="p" rel="prev">Preparing Environment</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> &nbsp; </p>
+Next: <a href="System-Configuration.html" accesskey="n" rel="next">System Configuration</a>, Previous: <a href="Preparing-Environment.html" accesskey="p" rel="prev">Preparing Environment</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
</div>