-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathemt3-x86_64-standard-kernel-docker-iso.yml
More file actions
59 lines (52 loc) · 1.36 KB
/
emt3-x86_64-standard-kernel-docker-iso.yml
File metadata and controls
59 lines (52 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
image:
name: emt3-x86_64-standard-kernel-docker
version: "1.0.0"
target:
os: edge-microvisor-toolkit
dist: emt3
arch: x86_64
imageType: iso
disk:
name: Standard-Kernel-Docker
partitionTableType: gpt # Partition table type, valid value: [gpt, mbr]
partitions: # Required for raw, optional for ISO, not needed for rootfs.
- id: boot
type: esp
flags:
- esp
- boot
start: 1MiB
end: 9MiB
fsType: fat32
mountPoint: /boot/efi
- id: rootfs
type: linux-root-amd64
start: 9MiB
end: "0" # 0 means use the rest of the disk space
fsType: ext4
mountPoint: /
systemConfig:
name: Standard-Kernel-Docker
description: Standard kernel configuration with Docker
packages:
# developer-packages
- alsa-sof-firmware
# intel-gpu-base
- kernel-drivers-gpu
- intel-npu-driver
# kernel-drivers
- kernel-drivers-sound
# docker
- moby-engine
- docker-cli
- docker-compose
kernel:
name: kernel
cmdline: "console=ttyS0,115200n8 console=tty0 i915.force_probe=*"
packages:
- kernel
additionalFiles:
- local: additionalconfigs/configure-systemd-networkd-client-identifier.sh
final: /tmp/configure-systemd-networkd-client-identifier.sh
- local: additionalconfigs/configure-ip4save.sh
final: /tmp/configure-ip4save.sh