about summary refs log tree commit diff stats
path: root/core/scripts/act-chroot.sh
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-08 18:52:22 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-08 18:52:22 +0100
commit4442891eeb400959a1979d34938fcb061339a0f6 (patch)
tree075e67cdfa27ae99a0d67d86c694380be636020a /core/scripts/act-chroot.sh
parente1c3b905225706f3f485185b5a3b161a457a90d5 (diff)
downloaddoc-4442891eeb400959a1979d34938fcb061339a0f6.tar.gz
core scripts revision
Diffstat (limited to 'core/scripts/act-chroot.sh')
-rw-r--r--core/scripts/act-chroot.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/scripts/act-chroot.sh b/core/scripts/act-chroot.sh
index 587e35c..7f665f0 100644
--- a/core/scripts/act-chroot.sh
+++ b/core/scripts/act-chroot.sh
@@ -36,7 +36,6 @@ printf "1.1.3 mount point to chroot (/mnt):"
 #read CHROOT
 CHROOT="/mnt"
 
-
 mount $BLK_ROOT $CHROOT
 
 mount $BLK_BOOT $CHROOT/boot
@@ -44,7 +43,7 @@ mount $BLK_EFI $CHROOT/boot/efi
 
 mount $BLK_VAR $CHROOT/var
 mount $BLK_USR $CHROOT/usr
-#mount $BLK_PRT $CHROOT/usr/ports
+mount $BLK_PRT $CHROOT/usr/ports
 mount $BLK_HOME $CHROOT/home
 
 #mount -vt devpts devpts $CHROOT/dev/pts