mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-09-05 21:21:39 +00:00
38 lines
612 B
YAML
38 lines
612 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: "legacy-kvm-ext4-boot.img"}
|
|
]
|
|
|
|
targetMedia:
|
|
- name: ${bdevice}
|
|
type: disk
|
|
children:
|
|
- name: ${bdevice}1
|
|
fstype: ext4
|
|
mountpoint: /
|
|
size: "8G"
|
|
type: part
|
|
|
|
bundles: [
|
|
bootloader,
|
|
editors,
|
|
network-basic,
|
|
openssh-server,
|
|
os-core,
|
|
os-core-update,
|
|
sysadmin-basic,
|
|
]
|
|
|
|
autoUpdate: false
|
|
postArchive: false
|
|
postReboot: false
|
|
telemetry: false
|
|
legacyBios: true
|
|
|
|
keyboard: us
|
|
language: en_US.UTF-8
|
|
kernel: kernel-kvm
|