mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-27 19:05:48 +00:00
b26135157b
Now the kernel configuration is mandatory, with that the tests will break if no kernel configuration is provided. Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
37 lines
635 B
YAML
37 lines
635 B
YAML
#clear-linux-config
|
|
targetMedia:
|
|
- name: sdc
|
|
model: 'Ultra USB 3.0 '
|
|
majMin: "8:32"
|
|
size: "30752636928"
|
|
ro: "false"
|
|
rm: "true"
|
|
type: disk
|
|
state: running
|
|
children:
|
|
- name: sdc1
|
|
fstype: vfat
|
|
mountpoint: /boot
|
|
size: "157286400"
|
|
ro: "false"
|
|
rm: "false"
|
|
type: part
|
|
- name: sdc2
|
|
fstype: swap
|
|
size: "2147483648"
|
|
ro: "false"
|
|
rm: "false"
|
|
type: part
|
|
- name: sdc3
|
|
fstype: ext4
|
|
mountpoint: /
|
|
size: "28447866880"
|
|
ro: "false"
|
|
rm: "false"
|
|
type: part
|
|
keyboard: us
|
|
language: en_US.UTF-8
|
|
bundles: [os-core, os-core-update]
|
|
telemetry: true
|
|
kernel: kernel-native
|