diff options
-rw-r--r-- | core/install.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/install.html b/core/install.html index 4a07d46..fb1a546 100644 --- a/core/install.html +++ b/core/install.html @@ -160,6 +160,12 @@ create file systems, install packages, configure host metadata and setup ports;</p> + <p>Export target root partition;</p> + + <pre> + $ export BLK_ROOT=/dev/sda + </pre> + <p>Export target root directory you want to install;</p> <pre> |