#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