diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/install.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/install.html b/core/install.html index 69a82cf..dfe218a 100644 --- a/core/install.html +++ b/core/install.html @@ -156,9 +156,10 @@ <h2 id="step3">1.1.3. Prepare Install</h2> <p>From now on script - <a href="scripts/setup-install.sh">setup-install.sh</a> - create file systems, install packages, configure host - metadata and setup ports;</p> + <a href="scripts/setup-target.sh">setup-target.sh</a> + create file systems, <a href="scripts/install-core.sh">install-core.sh</a> install core packages and + <a href="scripts/setup-core.sh">setup-core.sh</a> + configure host metadata and setup ports;</p> <p>Export target root partition;</p> |