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

---
 enter_chroot.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/enter_chroot.sh b/enter_chroot.sh
index 2e7830c..b944d15 100644
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
 
 CHDIR=$(dirname "$(realpath $0)")/chroot 
+mount --bind $CHDIR $CHDIR
 $CHDIR/bin/arch-chroot $CHDIR su joel 

--
Gitblit v1.9.3