-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathelxr12-x86_64-minimal-raw.yml
More file actions
84 lines (74 loc) · 2.15 KB
/
elxr12-x86_64-minimal-raw.yml
File metadata and controls
84 lines (74 loc) · 2.15 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# AI-searchable metadata for template discovery
metadata:
description: Minimal ELXR 12 image with essential packages for lightweight deployments
use_cases:
- Lightweight edge device base image
- Starting point for custom ELXR deployments
- Embedded systems with minimal footprint
keywords:
- minimal
- lightweight
- base
- elxr
- edge
- embedded
image:
name: elxr12-x86_64-minimal
version: "1.0.0"
target:
os: wind-river-elxr # Target OS name
dist: elxr12 # Target OS distribution
arch: x86_64 # Target OS architecture
imageType: raw # Image type, valid value: [raw, iso].
packageRepositories:
- codename: "noble"
url: "https://download.01.org/intel-linux-overlay/ubuntu/"
pkey: "https://download.01.org/intel-linux-overlay/ubuntu/E6FA98203588250569758E97D176E3162086EE4C.gpg"
component: "kernels"
disk:
name: Minimal_Raw # 1:1 mapping to the systemConfigs name
artifacts:
-
type: raw # image file format, valid value [raw, vhd, vhdx, qcow2, vmdk, vdi]
compression: gz # image compression format (optional)
- type: vhdx
size: 4GiB # 4G, 4GB, 4096 MiB also valid. (Required for raw)
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: 513MiB
fsType: fat32
mountPoint: /boot/efi
mountOptions: umask=0077
- id: rootfs
type: linux-root-amd64
start: 513MiB
end: "0"
fsType: ext4
mountPoint: /
mountOptions: defaults
systemConfig:
name: Minimal_Raw
description: Default yml configuration for raw image
bootloader:
bootType: efi
provider: grub
immutability:
enabled: false # default is true, overridden to false here
packages:
- grub-efi-amd64-signed
- grub2-common
- grub-pc-bin
- grub-efi-amd64
- grub-efi-amd64-bin
kernel:
version: "6.12"
cmdline: "console=ttyS0,115200 console=tty0 loglevel=7 i915.force_probe=*"
packages:
- linux-image-6.12-intel
- linux-headers-6.12-intel