mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-27 10:55:53 +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>
30 lines
473 B
YAML
30 lines
473 B
YAML
---
|
|
targetMedia:
|
|
- name: sda
|
|
type: disk
|
|
children:
|
|
- name: sda1
|
|
size: 150M
|
|
type: part
|
|
fstype: vfat
|
|
mountpoint: "/boot"
|
|
- name: sda2
|
|
size: 1.364G
|
|
type: part
|
|
fstype: swap
|
|
- name: sda3
|
|
size: 2G
|
|
type: part
|
|
fstype: ext4
|
|
mountpoint: "/home"
|
|
- name: sda4
|
|
size: 4G
|
|
type: part
|
|
fstype: ext4
|
|
mountpoint: "/"
|
|
bundles: [os-core, os-core-update]
|
|
keyboard: us
|
|
language: us.UTF-8
|
|
telemetry: true
|
|
kernel: native-native
|