File tree Expand file tree Collapse file tree 2 files changed +19
-12
lines changed
Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,6 @@ packageRepositories:
4141 pkey : " <PUBLIC_KEY_URL>" # Uncomment and replace in real config
4242 component : " restricted"
4343
44- - codename : " noble"
45- url : " https://download.01.org/intel-linux-overlay/ubuntu/"
46- pkey : " https://download.01.org/intel-linux-overlay/ubuntu/E6FA98203588250569758E97D176E3162086EE4C.gpg"
47- component : " kernels"
48-
4944systemConfig :
5045 name : edge
5146 description : Minimal eLxr image with immutable rootfs
@@ -80,11 +75,10 @@ systemConfig:
8075 - systemd-resolved
8176 - cloud-guest-utils
8277 - xterm
83- - firmware-linux
8478
8579 kernel :
86- version : " 6.12 "
87- cmdline : " console=ttyS0,115200 console=tty0 loglevel=7 i915.force_probe=* "
88- packages :
89- - linux-image-6.12-intel
90- - linux-headers-6.12-intel
80+ version : " 6.1 "
81+ cmdline : " console=ttyS0,115200 console=tty0 loglevel=7"
82+ # packages:
83+ # - kernel-elxr12
84+ # - kernel-modules-elxr12
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ target:
2323 arch : x86_64 # Target OS architecture
2424 imageType : raw # Image type, valid value: [raw, iso].
2525
26+ packageRepositories :
27+ - codename : " noble"
28+ url : " https://download.01.org/intel-linux-overlay/ubuntu/"
29+ pkey : " https://download.01.org/intel-linux-overlay/ubuntu/E6FA98203588250569758E97D176E3162086EE4C.gpg"
30+ component : " kernels"
31+
2632disk :
2733 name : Minimal_Raw # 1:1 mapping to the systemConfigs name
2834 artifacts :
@@ -57,4 +63,11 @@ systemConfig:
5763 description : Default yml configuration for raw image
5864
5965 immutability :
60- enabled : false # default is true, overridden to false here
66+ enabled : false # default is true, overridden to false here
67+
68+ kernel :
69+ version : " 6.12"
70+ cmdline : " console=ttyS0,115200 console=tty0 loglevel=7 i915.force_probe=*"
71+ packages :
72+ - linux-image-6.12-intel
73+ - linux-headers-6.12-intel
You can’t perform that action at this time.
0 commit comments