diff options
Diffstat (limited to 'src/docs/Preparing-Environment.html')
-rw-r--r-- | src/docs/Preparing-Environment.html | 89 |
1 files changed, 14 insertions, 75 deletions
diff --git a/src/docs/Preparing-Environment.html b/src/docs/Preparing-Environment.html index a5c43f9..89fc029 100644 --- a/src/docs/Preparing-Environment.html +++ b/src/docs/Preparing-Environment.html @@ -7,7 +7,8 @@ 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." --> +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"> @@ -21,7 +22,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="Installation.html" rel="up" title="Installation"> -<link href="Chroot.html" rel="next" title="Chroot"> +<link href="Download.html" rel="next" title="Download"> <link href="Installation.html" rel="prev" title="Installation"> <style type="text/css"> <!-- @@ -52,6 +53,7 @@ Next: <a href="Chroot.html" accesskey="n" rel="next">Chroot</a>, Up: <a href="In </div> <hr> <span id="Preparing-Environment-1"></span><h3 class="section">1.1 Preparing Environment</h3> + <p>To install Carbs Linux, you will need a Live Linux ISO. For that purpose, you can obtain a Gentoo or Void Linux live image. You can follow their instructions to boot and setup your network. @@ -68,81 +70,18 @@ to boot and setup your network. <p>Rest of these instructions will assume that you have set all of these up, and will continue on that point. </p> +<table class="menu" border="0" cellspacing="0"> +<tr><td align="left" valign="top">• <a href="Download.html" accesskey="1">Download</a></td><td> </td><td align="left" valign="top">Download the root filesystem tarball +</td></tr> +<tr><td align="left" valign="top">• <a href="Signature-verification.html" accesskey="2">Signature verification</a></td><td> </td><td align="left" valign="top">Verify the signature of the rootfs tarball +</td></tr> +<tr><td align="left" valign="top">• <a href="Extracting-the-tarball.html" accesskey="3">Extracting the tarball</a></td><td> </td><td align="left" valign="top">Extracting the root filesystem to the desired location +</td></tr> +<tr><td align="left" valign="top">• <a href="Obtain-the-chroot-helper.html" accesskey="4">Obtain the chroot helper</a></td><td> </td><td align="left" valign="top">Download the script to easily chroot into the new filesystem +</td></tr> +</table> -<span id="Download"></span><h4 class="subsection">1.1.1 Download</h4> - -<p>First, we need to download the rootfs tarball. You can do the following in order -to obtain the rootfs. If you are using an i686 machine, replace the -<code>x86_64</code> with <code>i686</code>. We are setting this in a URL variable so that we -don’t have to write it every time. -</p> -<div class="example"> -<pre class="example">$ URL=https://dl.carbslinux.org/releases/x86_64 -$ wget $URL/carbs-rootfs.tar.xz -</pre></div> - -<p>We can then check the integrity of the tarball and do a signature verification. -Even thought these are optional, they are highly recommended. -</p> - - -<span id="Check-the-integrity-of-the-tarball-_0028Recommended_0029"></span><h4 class="subsection">1.1.2 Check the integrity of the tarball (Recommended)</h4> - -<p>All of the releases are saved in a single file named <samp>sha256sums.txt</samp>, but -the latest release is saved on <samp>carbs-rootfs.tar.xz.sha256</samp>. You can -acquire and verify the tarball. -</p> -<div class="example"> -<pre class="example">$ wget $URL/carbs-rootfs.tar.xz.sha256 -$ sha256sum -c carbs-rootfs.tar.xz.sha256 -</pre></div> - - - -<span id="Verify-the-signature"></span><h4 class="subsection">1.1.3 Verify the signature</h4> - -<p>It is highly recommended to verify the signature of the tarball. You will need -GPG for this. -</p> -<div class="example"> -<pre class="example">$ wget $URL/carbs-rootfs.tar.xz.sig -$ gpg --recv-keys FF484BDFEFCEF8FF -$ gpg --verify carbs-rootfs.tar.xz.sig -</pre></div> - - - -<span id="Extracting-the-tarball"></span><h4 class="subsection">1.1.4 Extracting the tarball</h4> - -<p>You will need to extract the tarball to your desired location. For partitioning, -you can follow <a href="https://wiki.archlinux.org/index.php/Partitioning">this guide</a>. -This will assume that you will be mounting your root partition to <samp>/mnt</samp>. -</p> -<div class="example"> -<pre class="example">$ mount /dev/sdx1 /mnt -$ tar xf carbs-rootfs.tar.xz -C /mnt -</pre></div> - - - -<span id="Obtain-the-chroot-helper"></span><h4 class="subsection">1.1.5 Obtain the chroot helper</h4> - -<p>You can obtain the <code>cpt-chroot</code> script in order to do a simple chroot into -your new root filesystem. -</p> -<div class="example"> -<pre class="example">$ wget https://dl.carbslinux.org/distfiles/cpt-chroot -$ chmod a+x cpt-chroot -</pre></div> - - -<hr> -<div class="header"> -<p> -Next: <a href="Chroot.html" accesskey="n" rel="next">Chroot</a>, Up: <a href="Installation.html" accesskey="u" rel="up">Installation</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> -</div> - </body> |