#clear-linux-config # switch between aliases if you want to install to an actuall block device # i.e /dev/sda block-devices: [ {name: "bdevice", file: "vmware.img"} ] targetMedia: - name: ${bdevice} size: "5.10G" type: disk children: - name: ${bdevice}1 fstype: vfat mountpoint: /boot size: "64M" type: part - name: ${bdevice}2 fstype: swap size: "32M" type: part - name: ${bdevice}3 fstype: ext4 mountpoint: / size: "5G" type: part bundles: [ bootloader, os-core, os-core-update, ] autoUpdate: false postArchive: false postReboot: false telemetry: false keyboard: us language: en_US.UTF-8 kernel: kernel-native post-install: [ {cmd: "scripts/live-image-post-update-version.py ${chrootDir}"} ]