Skip to content

Commit 6167f2a

Browse files
authored
Merge pull request #1067 from kernelkit/misc
New slogan and updated containers Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2 parents bae70ec + 4ad2664 commit 6167f2a

29 files changed

Lines changed: 63 additions & 57 deletions

Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ config INFIX_COMPATIBLE
6565

6666
config INFIX_TAGLINE
6767
string "Operating system tagline"
68-
default "Infix -- a Network Operating System"
68+
default "Infix OS — Immutable.Friendly.Secure"
6969
help
7070
Mandatory. Used for identifying the OS, e.g. as PRETTY_NAME in
7171
/etc/os-release and description in the GNS3 appliance.

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<img align="right" src="doc/logo.png" alt="Infix - Linux <3 NETCONF" width=480 border=10>
44

5-
Infix is a free, Linux based, immutable Network Operating System (NOS)
6-
built on [Buildroot][1], and [sysrepo][2]. A powerful mix that ease
7-
porting to different platforms, simplify long-term maintenance, and
8-
provide made-easy management using NETCONF, RESTCONF[^2], or the
9-
built-in command line interface (CLI) from a console or SSH login.
5+
Infix is a free, Linux-based, immutable operating system built around
6+
[Buildroot][1] and [sysrepo][2]. A powerful mix that ease porting to
7+
different platforms, simplify long-term maintenance, and provide
8+
made-easy management using NETCONF, RESTCONF[^2], or the built-in
9+
command line interface (CLI) from a console or SSH login.
1010

1111
> Click the **▶ Example CLI Session** foldout below for an example, or
1212
> head on over to the [Infix Documentation](doc/README.md) for more
@@ -27,13 +27,15 @@ it maintenance-free. Configuration and data, e.g, containers, is stored
2727
on separate partitions to ensure complete separation from system files
2828
and allow for seamless backup, restore, and provisioning.
2929

30-
In itself, Infix is perfectly suited for dedicated networking tasks, and
31-
with native support for Docker containers, the operating system provides
32-
a versatile platform that can easily be adapted to any customer need.
33-
Be it legacy applications, network protocols, process monitoring, or
34-
edge data analysis, it can run close to end equipment. Either directly
35-
connected on dedicated Ethernet ports or indirectly using virtual
36-
network cables to exist on the same LAN as other connected equipment.
30+
In itself, Infix is perfectly suited for dedicated networking tasks,
31+
such as routing, switching, and monitoring. This is how it started, as
32+
a network focused operating system. Now, with native support for Docker
33+
containers, it provides a versatile platform that can easily be adapted
34+
to any customer need. Be it legacy applications, network protocols,
35+
process monitoring, or edge data analysis, it can run close to end
36+
equipment. Either directly connected on dedicated Ethernet ports or
37+
indirectly using virtual network cables to exist on the same LAN as
38+
other connected equipment.
3739

3840
The simple design of Infix provides complete control over both system
3941
and data, minimal cognitive burden, and makes it incredibly easy to get

board/common/README.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ The default credentials for the demo builds is
4545
login: admin
4646
password: admin
4747

48-
Infix -- a Network Operating System v24.09.0-rc1 (hvc0)
48+
Infix OS — Immutable.Friendly.Secure v24.09.0-rc1 (hvc0)
4949
infix-00-00-00 login: admin
5050
Password:
5151
.-------.
52-
| . . | Infix -- a Network Operating System
52+
| . . | Infix OS — Immutable.Friendly.Secure
5353
|-. v .-| https://kernelkit.org
5454
'-'---'-'
5555

@@ -122,9 +122,9 @@ There's a lot of tutorials and guides online, start here:
122122
About
123123
-----
124124

125-
Infix is a free, Linux based, immutable Network Operating System (NOS)
126-
built on Buildroot, and sysrepo. A powerful mix that ease porting to
127-
different platforms, simplify long-term maintenance, and provide easy
128-
management using NETCONF, RESTCONF, or the built-in command line
129-
interface (CLI) from a console or SSH login.
125+
Infix is a free, Linux-based, immutable operating system built around
126+
Buildroot, and sysrepo. A powerful mix that ease porting to different
127+
platforms, simplify long-term maintenance, and provide easy management
128+
using NETCONF, RESTCONF, or the built-in command line interface (CLI)
129+
from a console or SSH login.
130130

board/common/rootfs/etc/motd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.-------.
2-
| . . | Infix -- a Network Operating System
2+
| . . | Infix OS — Immutable.Friendly.Secure
33
|-. v .-| https://kernelkit.org
44
'-'---'-'

configs/aarch64_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
126126
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
127127
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y
128128
INFIX_VENDOR_HOME="https://github.com/kernelkit"
129-
INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling."
129+
INFIX_DESC="Infix is an operating system based on Linux and modeled with YANG. It can be set up both as a switch, with offloading using switchdev, a router with firewalling, or a secure end device. All while supporting advanced networking scenarios and running Docker containers."
130130
INFIX_HOME="https://github.com/kernelkit/infix/"
131131
INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc"
132132
INFIX_SUPPORT="mailto:kernelkit@googlegroups.com"

configs/aarch64_minimal_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
108108
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
109109
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y
110110
INFIX_VENDOR_HOME="https://github.com/kernelkit"
111-
INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling."
111+
INFIX_DESC="Infix is an operating system based on Linux and modeled with YANG. It can be set up both as a switch, with offloading using switchdev, a router with firewalling, or a secure end device. All while supporting advanced networking scenarios and running Docker containers."
112112
INFIX_HOME="https://github.com/kernelkit/infix/"
113113
INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc"
114114
INFIX_SUPPORT="mailto:kernelkit@googlegroups.com"

configs/r2s_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
170170
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y
171171
INFIX_VENDOR_HOME="https://github.com/kernelkit"
172172
INFIX_IMAGE_ID="${INFIX_ID}-r2s"
173-
INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling."
173+
INFIX_DESC="Infix is an operating system based on Linux and modeled with YANG. It can be set up both as a switch, with offloading using switchdev, a router with firewalling, or a secure end device. All while supporting advanced networking scenarios and running Docker containers."
174174
INFIX_HOME="https://github.com/kernelkit/infix/"
175175
INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc"
176176
INFIX_SUPPORT="mailto:kernelkit@googlegroups.com"

configs/riscv64_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
162162
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
163163
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y
164164
INFIX_VENDOR_HOME="https://github.com/kernelkit"
165-
INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling."
165+
INFIX_DESC="Infix is an operating system based on Linux and modeled with YANG. It can be set up both as a switch, with offloading using switchdev, a router with firewalling, or a secure end device. All while supporting advanced networking scenarios and running Docker containers."
166166
INFIX_HOME="https://github.com/kernelkit/infix/"
167167
INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc"
168168
INFIX_SUPPORT="mailto:kernelkit@googlegroups.com"

configs/rpi4_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
163163
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y
164164
INFIX_VENDOR_HOME="https://github.com/kernelkit"
165165
INFIX_IMAGE_ID="${INFIX_ID}-rpi4"
166-
INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling."
166+
INFIX_DESC="Infix is an operating system based on Linux and modeled with YANG. It can be set up both as a switch, with offloading using switchdev, a router with firewalling, or a secure end device. All while supporting advanced networking scenarios and running Docker containers."
167167
INFIX_HOME="https://github.com/kernelkit/infix/"
168168
INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc"
169169
INFIX_SUPPORT="mailto:kernelkit@googlegroups.com"

configs/x86_64_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
132132
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
133133
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y
134134
INFIX_VENDOR_HOME="https://github.com/kernelkit"
135-
INFIX_DESC="Infix is a Network Operating System based on Linux. It can be set up both as a switch, with offloading using switchdev, and a router with firewalling."
135+
INFIX_DESC="Infix is an operating system based on Linux and modeled with YANG. It can be set up both as a switch, with offloading using switchdev, a router with firewalling, or a secure end device. All while supporting advanced networking scenarios and running Docker containers."
136136
INFIX_HOME="https://github.com/kernelkit/infix/"
137137
INFIX_DOC="https://github.com/kernelkit/infix/tree/main/doc"
138138
INFIX_SUPPORT="mailto:kernelkit@googlegroups.com"

0 commit comments

Comments
 (0)