mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-06 13:41:45 +00:00
A alias can be used for a single partition only, this test makes sure we test the case. Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
37 lines
620 B
YAML
37 lines
620 B
YAML
#clear-linux-config
|
|
block-devices: [
|
|
{name: "main", file: "main.img"},
|
|
{name: "sec", file: "sec.img"}
|
|
]
|
|
|
|
targetMedia:
|
|
- name: ${main}
|
|
size: "4G"
|
|
type: disk
|
|
children:
|
|
- name: ${main}1
|
|
fstype: vfat
|
|
mountpoint: /boot
|
|
size: "150M"
|
|
type: part
|
|
- name: ${main}2
|
|
fstype: swap
|
|
size: "120M"
|
|
type: part
|
|
- name: ${main}3
|
|
fstype: ext4
|
|
mountpoint: /
|
|
size: "3.73G"
|
|
type: part
|
|
- name: ${sec}1
|
|
fstype: ext4
|
|
mountpoint: /home
|
|
size: "2G"
|
|
type: part
|
|
|
|
bundles: [os-core, os-core-update]
|
|
telemetry: false
|
|
keyboard: us
|
|
language: en_US.UTF-8
|
|
kernel: kernel-native
|