Skip to content

Commit

Permalink
Resolves Additional Files Inclusion and Spelling Errors
Browse files Browse the repository at this point in the history
Address Aditional Files and spelling errors
  • Loading branch information
KorelU committed Feb 9, 2024
1 parent a86626c commit 8ef042b
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 19 deletions.
5 changes: 2 additions & 3 deletions Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ layout: default

# Installation

We'll be using [GNS3](https://www.gns3.com/) to install DENT.

This installation guide offers detailed, step-by-step instructions for setting up the DENT Network Operating System within GNS3. Whether you're deploying it on a remote server, a virtual machine, or your local machine, this guide will walk you through the installation process.
This installation guide offers detailed, step-by-step instructions
for setting up the DENT Network Operating System.
20 changes: 10 additions & 10 deletions Installation/DENT Installation/DENTInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The DENT NOS build system uses an ONIE-compatible installer.
This section will describe installing the dentOS using a USB drive and connecting
to the device using a serial console.

There are several alternative methods for installing with an ONIE
system using various networking configurations which can also be found here.
Other alternative methods for installing with an ONIE
system can also be found here.

Steps:

Expand Down Expand Up @@ -66,11 +66,11 @@ SF: Detected w25q128bv with page size 256 Bytes, erase size 4 KiB, total 16 MiB
Type 123<ENTER> to STOP autoboot
```

If the device is currently running a non-ONIE OS operating system, we need to trigger
ONIE environment from U-boot. U-Boot has a set of pre-defined environment variables,
out of which the mostimportat one is `bootcmd` which is executed during every boot.
ONIE defines several variables, and more details about that can be found here.
We can trigger ONIE from U-Boot by seting the `onie_boot_reason` environment variable to
If the device is currently running a non-ONIE OS operating system, first trigger
the ONIE environment from U-boot. U-Boot has a set of pre-defined environment variables,
out of which the most importat one is `bootcmd`.

To trigger ONIE from U-Boot use the `onie_boot_reason` environment variable to
`install` and run bootcmd afterward.

```
Expand All @@ -83,7 +83,7 @@ SF: Detected w25q128bv with page size 256 Bytes, erase size 4 KiB, total 16 MiB
device 0 offset 0x400000, size 0xc00000
```

The system should now boot into ONIE with Installer Mode Enabled. Expected console output is as follows:
The system will now boot into ONIE with Installer Mode Enabled. Expected console output is as follows:

```
** Installer Mode Enabled **
Expand All @@ -98,5 +98,5 @@ ONIE:/ # down.
The system should automatically locate the `onie-installer` file on the drive and execute it. After the installer
is executed, the device should boot into the dentOS environment. The default password for the `root` user is `onl`.

In case there is no pre-installed operating system on the device, powering up the switch will automaticallz boot
into the ONIE install environment. ONIE will scan the USB drive for the installer file and install DentOS from it.
In case there is no pre-installed operating system on the device, powering up the switch will automatically boot
into the ONIE install environment. ONIE will scan the USB drive for the installer file and install the DentOS from it.
14 changes: 14 additions & 0 deletions Installation/GNS3 Installation/GNS3Installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: DENT with GNS3
parent: Installation
has_children: true
nav_order: 2
layout: default
---

# GNS3 Installation

Whether you're deploying it on a remote server, a virtual machine,
or your local machine, this guide will walk you through the
installation process for setting up the DENT Network Operating System within
[GNS3](https://www.gns3.com/).
4 changes: 2 additions & 2 deletions Installation/GNS3 Installation/LocalMachine.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GNS3 on a local machine
parent: Installation
nav_order: 2
parent: DENT with GNS3
nav_order: 1
layout: default
---

Expand Down
4 changes: 2 additions & 2 deletions Installation/GNS3 Installation/Server.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GNS3 on a remote server
parent: Installation
nav_order: 4
parent: DENT with GNS3
nav_order: 3
layout: default
---

Expand Down
4 changes: 2 additions & 2 deletions Installation/GNS3 Installation/VirtualMachine.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GNS3 on a virtual machine
parent: Installation
nav_order: 3
parent: DENT with GNS3
nav_order: 2
layout: default
---

Expand Down

0 comments on commit 8ef042b

Please sign in to comment.