Skip to content

Instantly share code, notes, and snippets.

@ericcurtin
Created March 14, 2023 15:48
Show Gist options
  • Save ericcurtin/068e993112dc543e104a39e499f40d3c to your computer and use it in GitHub Desktop.
Save ericcurtin/068e993112dc543e104a39e499f40d3c to your computer and use it in GitHub Desktop.
$ make cs9-abootqemu-minimal-regular.aarch64.aboot
osbuild-mpp -I . -D image_type="\"regular\"" -D arch=\"aarch64\" -D distro_name="\"cs9\"" -D target="\"abootqemu\"" images/minimal.mpp.yml _build/cs9-abootqemu-minimal-regular.aarch64.json
+ sudo rm -rf _build/image_output/aboot
+ mkdir -p _build/image_output/aboot
+ sudo osbuild --checkpoint build --store _build/osbuild_store --output-directory _build/image_output --export aboot _build/cs9-abootqemu-minimal-regular.aarch64.json
_build/cs9-abootqemu-minimal-regular.aarch64.json has errors:
.pipelines[7].stages[2].inputs.tree.references:
['name:image-tree', {'fstab': {'type': 'org.osbuild.tree', 'origin': 'org.osbuild.pipeline', 'references': ['name:ext4-fstab']}}] is not valid under any of the given schemas
make: *** [Makefile:155: cs9-abootqemu-minimal-regular.aarch64.aboot] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment