mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-27 10:55:53 +00:00
63b6dba299
Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
31 lines
536 B
YAML
31 lines
536 B
YAML
#clear-linux-config
|
|
block-devices: [
|
|
{name: "target", file: "target.img"}
|
|
]
|
|
|
|
targetMedia:
|
|
- name: ${target}
|
|
size: "30752636928"
|
|
type: disk
|
|
children:
|
|
- name: ${target}1
|
|
fstype: vfat
|
|
mountpoint: /boot
|
|
size: "157286400"
|
|
type: part
|
|
- name: ${target}2
|
|
fstype: swap
|
|
size: "2147483648"
|
|
type: part
|
|
- name: ${target}3
|
|
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
|