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.
URL=https://dl.carbslinux.org/releases/x86_64 wget $URL/carbs-rootfs.tar.xz.sha256 sha256sum -c carbs-rootfs.tar.xz.sha256