--- target: name: "librem5-builder" architecture: amd64 toolchain: amd64-linux-gnu- actions: - action: image-partition imagename: librem5-emu.img imagesize: 10GiB partitiontype: msdos mountpoints: - mountpoint: / partition: boot - mountpoint: / partition: root partitions: - name: boot fs: fat16 start: 1MiB size: 199MiB - name: root fs: ext4 start: 201MiB size: 100% - action: debootstrap suite: "buster" components: - main variant: minbase - action: apt packages: - sudo - openssh-server - adduser - action: run command: "echo librem-5 > /etc/hostname" - action: run command: "adduser purism"