Skip to content

Commit 708af64

Browse files
[DOCS] EMT name alignment (#649)
1 parent d633a6b commit 708af64

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/developer-guide/assets/emt-luks-setup.drawio.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/developer-guide/emt-bootkit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ root=tmpfs rootflags=mode=0755 rd.skipfsck noresume modules-load=nbd
5454

5555
The generated `initramfs` and `vmlinuz` images can be used for implementing required
5656
customizations in [Edge Manageability Framework](#orchestrator-build-with-bootkit-new-workflow)
57-
or [Edge Microvisor Toolkit Standalone Node](#microvisor-build-with-bootkit-new-workflow) builds.
57+
or [Edge Microvisor Toolkit Standalone Node](#edge-microvisor-toolkit-build-with-bootkit-new-workflow) builds.
5858

5959
## Integration with Edge Manageability Framework and Edge Microvisor Toolkit Standalone Node
6060

@@ -119,7 +119,7 @@ file during the building process:
119119

120120
## Edge Microvisor Toolkit Standalone Node Specific Builds
121121

122-
### Microvisor Build with HookOS (previous workflow)
122+
### Edge Microvisor Toolkit Build with HookOS (previous workflow)
123123

124124
In [Edge Microvisor Toolkit Standalone Node](https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node),
125125
HookOS sources, separate from the ones in Edge Manageability Framework, were implemented to
@@ -132,7 +132,7 @@ The customized HookOS `initramfs` and `vmlinuz` were then used to generate the r
132132
ISO for the USB installer of
133133
[Edge Microvisor Toolkit Standalone Node](https://github.com/open-edge-platform/edge-microvisor-toolkit-standalone-node).
134134

135-
### Microvisor Build with Bootkit (new workflow)
135+
### Edge Microvisor Toolkit Build with Bootkit (new workflow)
136136

137137
When using Edge Microvisor Bootkit in the build workflow, the following
138138
components are added to run as native systemd services in the `initramfs` image:

docs/developer-guide/get-started/emt-build-and-deploy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ meet specific edge deployment needs. You can choose between:
99

1010
- **Edge Microvisor Toolkit Non-Real-Time image** (default)
1111
- **Edge Microvisor Toolkit Desktop Virtualization image**
12-
- **Custom immutable Edge Microvisor Toolkit created using** [Build Instructions](#1-build-the-microvisor)
12+
- **Custom immutable Edge Microvisor Toolkit created using** [Build Instructions](#1-build-the-edge-microvisor-toolkit)
1313

1414
**Table of contents:**
1515

16-
1. [Build a custom image of Edge Microvisor Toolkit.](#1-build-the-microvisor)
16+
1. [Build a custom image of Edge Microvisor Toolkit.](#1-build-the-edge-microvisor-toolkit)
1717
2. [Create a bootable USB installer.](#2-create-a-bootable-usb-installer)
1818
3. [Install the toolkit on an edge device.](#3-install-the-toolkit-on-an-edge-device)
1919
4. [Deploy AI solution.](#4-deploy-ai-solution)
@@ -23,11 +23,11 @@ meet specific edge deployment needs. You can choose between:
2323

2424
Make sure your machine meets the [minimum hardware configuration](../emt-system-requirements.md#minimum-hardware-configuration-for-building-os-image).
2525

26-
## 1. Build the microvisor
26+
## 1. Build the Edge Microvisor Toolkit
2727

2828
If you want to create your own custom standalone node, follow the instructions below to build
29-
the Edge Microvisor from scratch. If you wish to use the default, non-real-time image of Edge Microvisor
30-
skip to [Create a bootable USB installer](#2-create-a-bootable-usb-installer).
29+
the Edge Microvisor Toolkit from scratch. If you wish to use the default, non-real-time image
30+
of Edge Microvisor Toolkit skip to [Create a bootable USB installer](#2-create-a-bootable-usb-installer).
3131

3232
All available image configurations are stored in JSON files, located in the `imageconfigs` folder.
3333
If you want to configure any additional kernel command line arguments, follow the instructions in
@@ -363,7 +363,7 @@ Replace `/dev/sdX` with the device name of your USB drive.
363363
If you want to use the default non-RT image, [proceed with installation](#3-install-the-toolkit-on-an-edge-device),
364364
as the `usb-bootable-files.tar.gz` file already includes this image.
365365

366-
To install [custom build image](#1-build-the-microvisor), or the image with desktop
366+
To install [custom build image](#1-build-the-edge-microvisor-toolkit), or the image with desktop
367367
virtualization features (DV) you need to copy it manually to the 5th partition of the USB
368368
drive, replacing the default non-RT one. Follow the instructions below:
369369

docs/developer-guide/security-considerations/emt-sb-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ it is protected against advanced attacks. Here are the steps required to do so,
77
generating local signing certificates, rebuilding packages, and testing the secure boot
88
functionality.
99
- [RAW or VHD/X](#raw-and-vhd-image) - configure BIOS with signed production keys of
10-
a RAW/VHD Edge Microvisor image.
10+
a RAW/VHD Edge Microvisor Toolkit image.
1111

1212
## RAW and VHD Image
1313

14-
Production images of Edge Microvisor are signed by Intel. Secure Boot prevents
14+
Production images of Edge Microvisor Toolkit are signed by Intel. Secure Boot prevents
1515
unauthorized bootloaders and operating systems from starting, ensuring that only
1616
code signed with a trusted key is executed. For custom signed OS images, you need
1717
to enroll your certificate into the firmware’s trusted key database.

0 commit comments

Comments
 (0)