This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Starter script for Fedora aarch64 in QEMU, cobbled from various sources. | |
# Requires qemu-system-aarch64 to be installed. | |
# Configuration options: | |
IMAGE=fedora-29-aarch64.img | |
RAM=2048 | |
CPUS=4 |