We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eea625 commit ab283fdCopy full SHA for ab283fd
README.md
@@ -214,6 +214,20 @@ This is a simple example providing ```chroot```-like functionality using ```libk
214
215
#### Building chroot_vm
216
217
+To be able to ```chroot_vm```, you need need to build libkrun with the `virtio-block` and `virtio-net` optional features:
218
+
219
+```
220
+make BLK=1 NET=1
221
222
223
+then
224
225
226
+sudo make BLK=1 NET=1 install
227
228
229
+you can then build `chroot_vm`:
230
231
```
232
cd examples
233
make
0 commit comments