From 7048109c0a2840957421588219d5a82eeda2d780 Mon Sep 17 00:00:00 2001
From: Cem Keylan
1.1 Preparing Environment
@@ -51,7 +57,8 @@ can obtain a Gentoo or Void Linux live image. You can follow their instructions
to boot and setup your network.
You will need the following programs in order to install Carbs Linux: -
Rest of these instructions will assume that you have set all of these up, and will continue on that point.
+ +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 x86_64
-with i686
. We are setting this in a URL variable so that we don’t have to
-write it every time.
+to obtain the rootfs. If you are using an i686 machine, replace the
+x86_64
with i686
. We are setting this in a URL variable so that we
+don’t have to write it every time.
$ URL=https://dl.carbslinux.org/releases/x86_64 @@ -76,17 +85,21 @@ $ wget $URL/carbs-rootfs.tar.xzWe can then check the integrity of the tarball and do a signature verification. Even thought these are optional, they are highly recommended.
+ +1.1.2 Check the integrity of the tarball (Recommended)
-All of the releases are saved in a single file named sha256sums.txt, but the -latest release is saved on carbs-rootfs.tar.xz.sha256. You can acquire and -verify the tarball. +
All of the releases are saved in a single file named sha256sums.txt, but +the latest release is saved on carbs-rootfs.tar.xz.sha256. You can +acquire and verify the tarball.
+ +$ wget $URL/carbs-rootfs.tar.xz.sha256 $ sha256sum -c carbs-rootfs.tar.xz.sha2561.1.3 Verify the signature
It is highly recommended to verify the signature of the tarball. You will need @@ -98,6 +111,8 @@ $ gpg --recv-keys FF484BDFEFCEF8FF $ gpg --verify carbs-rootfs.tar.xz.sig
You will need to extract the tarball to your desired location. For partitioning,
@@ -109,6 +124,8 @@ This will assume that you will be mounting your root partition to /mnt
+
+
You can obtain the 1.1.5 Obtain the chroot helper
cpt-chroot
script in order to do a simple chroot into
@@ -119,10 +136,11 @@ your new root filesystem.
$ chmod a+x cpt-chroot
+
--
cgit v1.2.3