diff options
author | Silvino Silva <silvino@bk.ru> | 2016-10-08 18:56:18 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-10-08 18:56:18 +0100 |
commit | 371d163d903373eea57cd6761223a579c18ed536 (patch) | |
tree | 2a5ea60a7629987202fe67fb2b82340c9fe9b382 /core/scripts/act-chroot.sh | |
parent | c30b14dbcfb60418a0d7fd050a096c9bc20a380b (diff) | |
parent | 5d60e76fafc0fa76c8e9019459ecaeaf25d5b764 (diff) | |
download | doc-371d163d903373eea57cd6761223a579c18ed536.tar.gz |
release 0.2.4
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 |