You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/en/docs/installation/source.md
-26Lines changed: 0 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,29 +51,3 @@ tar czf lima-additional-guestagents-package.tar.gz *
51
51
```
52
52
53
53
These packages can then be transferred and installed on the target system.
54
-
55
-
## Advanced Configuration with Kconfig Tools
56
-
(This step is not needed for most users)
57
-
58
-
To change the build configuration such as the guest architectures, run:
59
-
60
-
```bash
61
-
make config # For text-based configuration
62
-
make menuconfig # For a menu-based configuration
63
-
```
64
-
65
-
This requires Kconfig tools to be installed. It is also possible to manually edit `.config`. The default configuration can be found in `config.mk` (which follows make syntax).
66
-
67
-
The tools are available as either `kconfig-frontends` or `kbuild-standalone`. There are two interfaces:
68
-
-`conf` for text-based configuration.
69
-
-`mconf` for a menu-driven interface.
70
-
71
-
A Python implementation is available at [Kconfiglib](https://pypi.org/project/kconfiglib). It can be installed with:
72
-
73
-
```bash
74
-
pip install --user kconfiglib
75
-
```
76
-
77
-
This also includes support for `guiconfig` (GUI-based configuration).
0 commit comments