Unverified Commit bd0cf32f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Apply suggested fix to src/disk.sh from Copilot Autofix

parent 7168f2f8
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -677,7 +677,11 @@ else
  addDisk "$DISK4_FILE" "$DISK_TYPE" "disk4" "$DISK4_SIZE" "6" "0xf" "$DISK_FMT" "$DISK_IO" "$DISK_CACHE" || exit $?
fi

case "$DISK_TYPE" in
  blk|scsi)
    DISK_OPTS+=" -object iothread,id=io2"
    ;;
esac

html "Initialized disks successfully..."
return 0