Commit fac628f0 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Make bootdisk optional

parent 0dad8ba8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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