mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-08-03 19:07:50 +00:00
5c89f2f78e
Bring in-sync with production roots. Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
48 lines
786 B
YAML
48 lines
786 B
YAML
#clear-linux-config
|
|
|
|
# Switch between aliases if you want to install to an actual block device
|
|
# i.e /dev/sda
|
|
block-devices: [
|
|
{name: "bdevice", file: "kvm.img"}
|
|
]
|
|
|
|
targetMedia:
|
|
- name: ${bdevice}
|
|
size: "8.54G"
|
|
type: disk
|
|
children:
|
|
- name: ${bdevice}1
|
|
fstype: vfat
|
|
mountpoint: /boot
|
|
size: "512M"
|
|
type: part
|
|
- name: ${bdevice}2
|
|
fstype: swap
|
|
size: "32M"
|
|
type: part
|
|
- name: ${bdevice}3
|
|
fstype: ext4
|
|
mountpoint: /
|
|
size: "8G"
|
|
type: part
|
|
|
|
bundles: [
|
|
bootloader,
|
|
editors,
|
|
network-basic,
|
|
openssh-server,
|
|
os-core,
|
|
os-core-update,
|
|
sysadmin-basic,
|
|
systemd-networkd-autostart
|
|
]
|
|
|
|
postArchive: false
|
|
postReboot: false
|
|
telemetry: false
|
|
copySwupd: false
|
|
|
|
keyboard: us
|
|
language: en_US.UTF-8
|
|
kernel: kernel-kvm
|