Ilya Krivoshein

Results 7 issues of Ilya Krivoshein

### What is your question? According to [this ](https://docs.conan.io/2.4/reference/conanfile/methods/package_info.html) page, conf_info is used only for consumers and consumers use it in generate(). What if someone wants to set tool configuration...

type: question

Improve English grammar and fix reversed interpretation of GitHub rules (now -> not)

I assume it is /mnt there? Also it's /usr/lib/syslinux/modules/bios, not just .../syslinux/bios gptmbr.bin is located in /usr/lib/syslinux/mbr/gptmbr.bin not .../bios And it should be /dev/sdXY in the guide as if you...

Basically you don't need Building or even Installation section up until ``` cd $BUILDDIR ln -s usr/bin/hummingbird sbin/init ``` Preparing already features `make -j$THREADS DESTDIR=$BUILDDIR` install which will automatically do...

If you want to use nconfig, you need to have flex and bison installed. For the kernel compilation even in defconfig you need openssl, gelf and other stuff as well.

Changelog: ( Bugfix ): Update OpenSSL to 1.1.1w for TLS 1.3 connections to be supported in images. - [X] Refer to the issue that supports this Pull Request: https://github.com/conan-io/conan-docker-tools/issues/583 -...

### What is your suggestion? Hi! I've read the [documentation](https://docs.conan.io/2/reference/tools/system/package_manager.html) for package_manager module, tried it in recipes and read the source [code](https://github.com/conan-io/conan/blob/develop2/conan/tools/system/package_manager.py) of the module. Nowhere to be found is...

priority: low
type: feature