#!/bin/bash # Launch virtual machine with pre-built root image with cartesi-python-chess # and cartesi-python-chess.sh script in new image that gets run at boot cartesi-machine \ --flash-drive=label:cartesi-python-chess,filename:cartesi-python-chess.ext2 \ --flash-drive=label:root,filename:/opt/cartesi/share/images/rootfs-cartesi-python-chess.ext2 \ -- /mnt/cartesi-python-chess/cartesi-python-chess.sh