diff options
-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> |