From 99cd84265229a8963899270f32abcec43660984f Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Tue, 09 Jul 2019 04:58:11 +0000
Subject: [PATCH] Using hardlinks for files instead of copying

---
 README.org |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.org b/README.org
index 2c789f1..9234c35 100644
--- a/README.org
+++ b/README.org
@@ -11,6 +11,8 @@
 
 You may also want to set ~MAKEFLAGS="-j$(nproc)"~ within the chroot to enable parallel compilation.
 
+It is also needed to mount execute ~mount --bind chroot chroot~, to set the root directory within the chroot.
+
 Script coming soon.
 * Usage
 All scripts must be run as root.

--
Gitblit v1.9.3