@@ -8,12 +8,13 @@ different platforms, simplify long-term maintenance, and provide
8
8
made-easy management using NETCONF, RESTCONF[ ^ 2 ] , or the built-in
9
9
command line interface (CLI) from a console or SSH login.
10
10
11
- > Click the ** ▶ Example CLI Session** foldout below for an example, or
12
- > head on over to the [ Infix Documentation] ( doc/README.md ) for more
13
- > information on how to set up the system.
11
+ > [ !TIP]
12
+ > _ Curious how it works?_ Click the ** ▶ Example CLI Session** below to see
13
+ > it in action
14
+ > — or jump into the comprehensive [ Infix Documentation] [ 4 ] to learn even more.
14
15
15
- Although primarily focused on switches and routers, the core values
16
- may be appealing for other use-cases as well :
16
+ Geared for switches and routers — yet its core value fits plenty of
17
+ other use cases :
17
18
18
19
- Runs from a squashfs image on a read-only partition
19
20
- Single configuration file on a separate partition
@@ -95,6 +96,7 @@ The [following boards](board/aarch64/README.md) are fully supported:
95
96
- Marvell CN9130 CRB
96
97
- Marvell EspressoBIN
97
98
- Microchip SparX-5i PCB135 (eMMC)
99
+ - NXP i.MX8MP EVK
98
100
- Raspberry Pi 4B
99
101
- NanoPi R2S
100
102
@@ -123,16 +125,17 @@ Environments](doc/virtual.md).
123
125
[ ^ 1 ] : An immutable operating system is one with read-only file systems,
124
126
atomic updates, rollbacks, declarative configuration, and workload
125
127
isolation. All to improve reliability, scalability, and security.
126
- For more information, see < https://ceur-ws.org/Vol-3386/paper9.pdf >
127
- and < https://www.zdnet.com/article/what-is-immutable-linux-heres-why-youd-run-an-immutable-linux-distro/ > .
128
-
128
+ For more information, see this [ survey paper] [ 5 ] and [ article] [ 6 ] .
129
129
[ ^ 2 ] : Partial RESTCONF support, features like HTTP PATCH, OPTIONS, HEAD,
130
130
and copying between datastores are still missing.
131
131
132
- [ 1 ] : https://buildroot.org/
133
- [ 2 ] : https://www.sysrepo.org/
132
+ [ 1 ] : https://buildroot.org/ " Buildroot Homepage "
133
+ [ 2 ] : https://www.sysrepo.org/ " Sysrepo Homepage "
134
134
[ 3 ] : doc/cli/introduction.md
135
- [ Latest Build ] : https://github.com/kernelkit/infix/releases/tag/latest
135
+ [ 4 ] : https://kernelkit.org/infix/ " Infix User's Guide "
136
+ [ 5 ] : https://ceur-ws.org/Vol-3386/paper9.pdf " Immutable Operating Systems: A Survey "
137
+ [ 6 ] : https://www.zdnet.com/article/what-is-immutable-linux-heres-why-youd-run-an-immutable-linux-distro/ " Why you should run an immutable Linux distro "
138
+ [ Latest Build ] : https://github.com/kernelkit/infix/releases/tag/latest " Latest build "
136
139
[ License ] : https://en.wikipedia.org/wiki/GPL_license
137
140
[ License Badge ] : https://img.shields.io/badge/License-GPL%20v2-blue.svg
138
141
[ GitHub ] : https://github.com/kernelkit/infix/actions/workflows/build.yml/
0 commit comments