ethanjli/Run PiQEMU
Uses QEMU to run commands in a VM on a Raspberry Pi SD card image.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Path of the image for the virtual machine | yes | — |
| machine | The type of Raspberry Pi for the virtual machine to emulate. Currently only `rpi-3b+` is allowed. | yes | — |
| args | Options/args to pass to `qemu-system-aarch64` | no | — |
| shell | The shell to use for running commands. | no | — |
| run | Commands to run in the shell. | no | — |
| user | The user to run commands as. | no | root |
| run-service | The systemd service to use for running `shell` with the `run` commands. | no | — |
Outputs
no outputs