#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: "disk.raw"} ] targetMedia: - name: ${bdevice} size: "2G" type: disk children: - name: ${bdevice}1 fstype: ext4 options: -b 4096 -O ^64bit mountpoint: / size: "2G" type: part bundles: [ openssh-server, os-cloudguest-gce, os-core, os-core-update, ] autoUpdate: false postArchive: false postReboot: false telemetry: false legacyBios: true keyboard: us language: en_US.UTF-8 kernel: kernel-gce post-install: [ {cmd: "scripts/gce-image-google-sudoers-setup.sh ${chrootDir}"} ]