aboutsummaryrefslogtreecommitdiff
path: root/carbslinux.org
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-23 11:14:33 +0300
committerCem Keylan <cem@ckyln.com>2021-07-23 11:14:33 +0300
commitf5c4778166748a1751bd3e6f84a531c19090fe27 (patch)
treea920641b8e81295eacc96a28c45ca2c72f177e33 /carbslinux.org
parent68a515305ca69e5613a46b9ec1897a9c6ccda458 (diff)
downloaddocs-f5c4778166748a1751bd3e6f84a531c19090fe27.tar.gz
docs: update
Diffstat (limited to 'carbslinux.org')
-rw-r--r--carbslinux.org18
1 files changed, 2 insertions, 16 deletions
diff --git a/carbslinux.org b/carbslinux.org
index d65e181..4a03ad3 100644
--- a/carbslinux.org
+++ b/carbslinux.org
@@ -44,7 +44,6 @@ for doing the first.
- [[#download][Download]]
- [[#signature-verification][Signature verification]]
- [[#extracting-the-tarball][Extracting the tarball]]
- - [[#obtain-the-chroot-helper][Obtain the chroot helper]]
- [[#chroot][Chroot]]
- [[#setting-up-repositories][Setting up repositories]]
- [[#updating-packages][Updating packages]]
@@ -211,28 +210,15 @@ mount /dev/sdx1 /mnt
tar xf carbs-rootfs.tar.xz -C /mnt
#+END_SRC
-*** Obtain the chroot helper
-:PROPERTIES:
-:DESCRIPTION: Download the script to easily chroot into the new filesystem
-:END:
-
-You can obtain the =cpt-chroot= script in order to do a simple chroot into your
-new root filesystem.
-
-#+BEGIN_SRC sh
-wget https://dl.carbslinux.org/distfiles/cpt-chroot
-chmod a+x cpt-chroot
-#+END_SRC
-
** Chroot
:PROPERTIES:
:DESCRIPTION: Going inside your new system
:END:
-Chroot into Carbs Linux!
+Chroot into Carbs Linux by running the chroot helper inside the rootfs!
#+BEGIN_SRC sh
-./cpt-chroot /mnt
+/mnt/bin/cpt-chroot /mnt
#+END_SRC
*** Setting up repositories