Compare commits
3 Commits
zineshop
...
local-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4ef6381a0 | ||
|
|
c416f27c81 | ||
|
|
0d61107515 |
@@ -44,6 +44,9 @@ sudo mkdir -p /var/lib/microvms/durruti/{var,etc}
|
|||||||
# alternatively u can run the vm in interactive mode (maybe stop the microvm@durruti.service first)
|
# alternatively u can run the vm in interactive mode (maybe stop the microvm@durruti.service first)
|
||||||
microvm -r durruti
|
microvm -r durruti
|
||||||
|
|
||||||
|
#if you get an error like "Error booting VM: VmBoot(DeviceManager(CreateVirtioFs(VhostUserConnect)))", try starting the virtio service manually
|
||||||
|
sudo systemctl start microvm-virtiofsd@{host}.service
|
||||||
|
|
||||||
# after u made changes to the microvm update and restart the vm
|
# after u made changes to the microvm update and restart the vm
|
||||||
microvm -uR durruti
|
microvm -uR durruti
|
||||||
|
|
||||||
|
|||||||
@@ -56,11 +56,11 @@ let
|
|||||||
socket = "store.socket";
|
socket = "store.socket";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
source = "/var/lib/microvms/${hostName}/etc";
|
source = "/var/lib/microvms/test/etc/";
|
||||||
mountPoint = "/etc";
|
mountPoint = "/etc";
|
||||||
tag = "etc";
|
tag = "etcssh";
|
||||||
proto = "virtiofs";
|
proto = "virtiofs";
|
||||||
socket = "etc.socket";
|
socket = "etcssh.socket";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
source = "/var/lib/microvms/${hostName}/var";
|
source = "/var/lib/microvms/${hostName}/var";
|
||||||
|
|||||||
Reference in New Issue
Block a user