You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following is the instruction on how to build an [(ONIE)](https://github.com/opencomputeproject/onie)compatiable network operating system (NOS) installer image for network switches, and also how to build docker images running inside the NOS. Note that SONiC image are build per ASIC platform. Switches using the same ASIC platform share a common image. For a list of supported switches and ASIC, please refer to this [list](https://github.com/Azure/SONiC/wiki/Supported-Devices-and-Platforms)
40
+
Following is the instruction on how to build an [(ONIE)](https://github.com/opencomputeproject/onie)compatible network operating system (NOS) installer image for network switches, and also how to build docker images running inside the NOS. Note that SONiC image are build per ASIC platform. Switches using the same ASIC platform share a common image. For a list of supported switches and ASIC, please refer to this [list](https://github.com/Azure/SONiC/wiki/Supported-Devices-and-Platforms)
41
41
42
42
# Hardware
43
43
Any server can be a build image server. We are using a server with 1T hard disk. The OS is Ubuntu 16.04.
@@ -125,11 +125,11 @@ It is recommended to use clean targets to clean all packages that are built toge
125
125
- If you are running make for the first time, a sonic-slave-${USER} docker image will be built automatically.
126
126
This may take a while, but it is a one-time action, so please be patient.
127
127
128
-
- The root user account is disabled. However, the created user can sudo.
128
+
- The root user account is disabled. However, the created user can `sudo`.
129
129
130
-
- The target directory is ./target, containing the NOS installer image and docker images.
131
-
- sonic-generic.bin: SONiC switch installer image (ONIE compatiable)
132
-
- sonic-aboot.bin: SONiC switch installer image (Aboot compatiable)
130
+
- The target directory is `./target`, containing the NOS installer image and docker images.
131
+
- sonic-generic.bin: SONiC switch installer image (ONIE compatible)
132
+
- sonic-aboot.bin: SONiC switch installer image (Aboot compatible)
133
133
- docker-base.gz: base docker image where other docker images are built from, only used in build process (gzip tar archive)
134
134
- docker-database.gz: docker image for in-memory key-value store, used as inter-process communication (gzip tar archive)
135
135
- docker-fpm.gz: docker image for quagga with fpm module enabled (gzip tar archive)
@@ -146,7 +146,7 @@ This may take a while, but it is a one-time action, so please be patient.
146
146
147
147
## Contribution Guide
148
148
149
-
All contributors must sign a contribution license agreement before contributions can be accepted. Contact [email protected].
149
+
All contributors must sign a contribution license agreement before contributions can be accepted. Contact [[email protected]](mailto:[email protected]).
0 commit comments