Files
clr-installer/tests/valid-with-version.yaml
T
Leandro Dorileo a26b5415a1 model: add Version field
The mass-installer use case for image generation requires to specify
the target system version. This patch allows the configuration of
an arbitrary version.

Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
2018-09-27 14:50:33 -07:00

27 lines
465 B
YAML

#clear-linux-config
targetMedia:
- name: sda
size: "30752636928"
type: disk
children:
- name: sda1
fstype: vfat
mountpoint: /boot
size: "157286400"
type: part
- name: sda2
fstype: swap
size: "2147483648"
type: part
- name: sda3
fstype: ext4
mountpoint: /
size: "28447866880"
type: part
bundles: [os-core, os-core-update]
telemetry: false
keyboard: us
language: en_US.UTF-8
kernel: kernel-native
version: 1010