feat: Make bootdisk optional

This commit is contained in:
Kroese 2023-11-11 18:11:14 +01:00 committed by GitHub
parent 0dad8ba830
commit fac628f0d8

View file

@ -28,7 +28,7 @@ VERS=$(qemu-system-x86_64 --version | head -n 1 | cut -d '(' -f 1)
[ ! -d "$STORAGE" ] && error "Storage folder (${STORAGE}) not found!" && exit 13
if [ ! -f "$STORAGE/data.img" ]; then
if [ ! -f "$STORAGE/boot.img" ]; then
. /run/install.sh
fi