This commit is contained in:
Kroese 2023-04-14 17:47:36 +02:00 committed by GitHub
parent f252414a02
commit 810dd169af

8
run.sh
View file

@ -3,7 +3,13 @@ set -eu
echo "Starting QEMU..."
. /run/install.sh
IMG="/storage"
[ ! -d "$IMG" ] && echo "Storage folder (${IMG}) not found!" && exit 69
if [ -f "$IMG/boot.img" ]; then
. /run/install.sh
fi
. /run/disk.sh
. /run/network.sh
. /run/power.sh