diff options
author | Silvino Silva <silvino@bk.ru> | 2018-12-15 06:26:33 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-12-15 06:26:33 +0000 |
commit | 440f91f7895197575e33dc50bbd6f32a60a98dbf (patch) | |
tree | f4bcf39573180d54b2d945e8ddde7e48096cf02b /core | |
parent | 68c8048b2ef871cb18c5c6b58f586519c9f13f22 (diff) | |
download | doc-440f91f7895197575e33dc50bbd6f32a60a98dbf.tar.gz |
core install directory instructions
Diffstat (limited to 'core')
-rw-r--r-- | core/install.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/install.html b/core/install.html index 0005873..4a07d46 100644 --- a/core/install.html +++ b/core/install.html @@ -160,10 +160,14 @@ create file systems, install packages, configure host metadata and setup ports;</p> + <p>Export target root directory you want to install;</p> + <pre> $ export CHROOT=/mnt </pre> + <p>If you are installing to a directory and not partitions you don't need to mount;</p> + <pre> $ sudo mount $BLK_ROOT $CHROOT </pre> |