mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-28 03:27:37 +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>
42 lines
728 B
YAML
42 lines
728 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: "/"
|
|
networkInterfaces:
|
|
- name: enp57s0u1u2
|
|
addrs:
|
|
- ip: 10.7.200.163
|
|
netmask: 255.255.255.0
|
|
version: 0
|
|
- ip: fe80::1adb:f2ff:fe5c:664b
|
|
netmask: 'ffff:ffff:ffff:ffff::'
|
|
version: 1
|
|
dhcp: "false"
|
|
gateway: 10.7.200.251
|
|
dns: 10.248.2.1
|
|
bundles: [os-core, os-core-update]
|
|
keyboard: us
|
|
language: us.UTF-8
|
|
telemetry: true
|
|
kernel: kernel-native
|