-
Notifications
You must be signed in to change notification settings - Fork 119
Chroot vm build doc update #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Chroot vm build doc update #463
Conversation
|
Can you add a |
| make BLK=1 NET=1 | ||
| ``` | ||
|
|
||
| then | ||
|
|
||
| ``` | ||
| sudo make BLK=1 NET=1 install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| make BLK=1 NET=1 | |
| ``` | |
| then | |
| ``` | |
| sudo make BLK=1 NET=1 install | |
| make BLK=1 NET=1 | |
| sudo make BLK=1 NET=1 install |
| sudo make BLK=1 NET=1 install | ||
| ``` | ||
|
|
||
| you can then build `chroot_vm`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed.
|
Hi @FabienTregan, just want to follow up and see if you need any help getting this to a merge-ready state. |
|
Conference + job searching last week, I should be able to get back on libkrun tomorrow ! |
This is preminilary work I did trying to see if I can re-open the PVH PR. I am quiet new to all of this.