Skip to content

Commit 8d9bd8e

Browse files
committed
Roll out final product branding
Change all inf/IX or Inf/IX to plain Infix after steering group meeting. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 333f972 commit 8d9bd8e

File tree

11 files changed

+54
-62
lines changed

11 files changed

+54
-62
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<img align="right" src="doc/text3134.png" alt="inf/IX Linux Networking Made Easy">
1+
<img align="right" src="doc/text3134.png" alt="Infix Linux Networking Made Easy">
22

33
Introduction
44
------------
55

6-
Inf/IX is an embedded Linux Network Operating System (NOS) based on
6+
Infix is an embedded Linux Network Operating System (NOS) based on
77
[Buildroot][1] and [Finit][2].
88

99

@@ -12,7 +12,7 @@ Hardware
1212

1313
### aarch64
1414

15-
By default, Inf/IX builds with support for the following boards (you
15+
By default, Infix builds with support for the following boards (you
1616
may enable additional boards in the config, of course):
1717

1818
- Marvell CN-9130 CRB

board/common/mkfit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cat <<EOF >$work/infix.its
6767
6868
/ {
6969
timestamp = <$(date +%s)>;
70-
description = "Inf/IX ($FIT_ARCH)";
70+
description = "Infix ($FIT_ARCH)";
7171
creator = "infix";
7272
#address-cells = <0x1>;
7373
@@ -84,7 +84,7 @@ $(cat $work/kernel-load.itsi)
8484
};
8585
8686
ramdisk {
87-
description = "Inf/IX";
87+
description = "Infix";
8888
type = "ramdisk";
8989
os = "linux";
9090
arch = "$FIT_ARCH";

board/common/post-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ GIT_VERSION=$(git -C $BR2_EXTERNAL_INFIX_PATH describe --always --dirty --tags)
66
# original Buildroot information.
77
rm "$TARGET_DIR/etc/os-release"
88
{
9-
echo "NAME=\"Inf/IX\""
9+
echo "NAME=\"Infix\""
1010
echo "VERSION=${GIT_VERSION}"
1111
echo "ID=infix"
1212
echo "VERSION_ID=${GIT_VERSION}"
13-
echo "PRETTY_NAME=\"Inf/IX by KernelKit\""
13+
echo "PRETTY_NAME=\"Infix by KernelKit\""
1414
echo "HOME_URL=https://github.com/KernelKit"
1515
} > "$TARGET_DIR/etc/os-release"
1616

17-
echo "Inf/IX by KernelKit $GIT_VERSION -- $(date +"%b %e %H:%M %Z %Y")" > "$TARGET_DIR/etc/version"
17+
echo "Infix by KernelKit $GIT_VERSION -- $(date +"%b %e %H:%M %Z %Y")" > "$TARGET_DIR/etc/version"
1818

1919
# Prevent regen of host key at every boot, /etc is saved across reboots
2020
if [ -L "$TARGET_DIR/etc/dropbear" ]; then

board/common/rootfs/lib/infix/mount-rw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Called from /etc/fstab to ensure we have something writable mounted
4-
# at /rw, which is used by Inf/IX to store device modifications made
4+
# at /rw, which is used by Infix to store device modifications made
55
# to /etc, /home, /root, and /var/lib.
66
#
77
# If a disk partiion labeled "infix-rw" is available, that is used to

configs/aarch64_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ BR2_CCACHE_DIR="$(BR2_EXTERNAL_INFIX_PATH)/.ccache"
99
BR2_ENABLE_DEBUG=y
1010
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_INFIX_PATH)/patches"
1111
BR2_TARGET_GENERIC_HOSTNAME="infix"
12-
BR2_TARGET_GENERIC_ISSUE="Inf/IX by KernelKit"
12+
BR2_TARGET_GENERIC_ISSUE="Infix by KernelKit"
1313
BR2_INIT_FINIT=y
1414
BR2_SYSTEM_BIN_SH_BASH=y
1515
BR2_ENABLE_LOCALE_WHITELIST="C en_US en_CA"

configs/amd64_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BR2_CCACHE_DIR="$(BR2_EXTERNAL_INFIX_PATH)/.ccache"
88
BR2_ENABLE_DEBUG=y
99
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_INFIX_PATH)/patches"
1010
BR2_TARGET_GENERIC_HOSTNAME="infix"
11-
BR2_TARGET_GENERIC_ISSUE="Inf/IX by KernelKit"
11+
BR2_TARGET_GENERIC_ISSUE="Infix by KernelKit"
1212
BR2_INIT_FINIT=y
1313
BR2_SYSTEM_BIN_SH_BASH=y
1414
BR2_SYSTEM_DHCP="eth0"

doc/infix1.svg

Lines changed: 7 additions & 7 deletions
Loading

doc/infix2.svg

Lines changed: 35 additions & 43 deletions
Loading

doc/text3133.png

-1.64 KB
Loading

doc/text3134.png

-2.76 KB
Loading

external.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: INFIX
2-
desc: Inf/IX by KernelKit
2+
desc: Infix by KernelKit

0 commit comments

Comments
 (0)