diff options
Diffstat (limited to 'core/scripts/act-chroot.sh')
-rw-r--r-- | core/scripts/act-chroot.sh | 3 |
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 |