mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Fix 9p mount of /nix/store
This fixes the following error during stage 1: 9pnet_virtio: no channels available for device nix-store
This commit is contained in:
parent
c6159a7925
commit
5753321877
2
xml.go
2
xml.go
|
@ -93,7 +93,7 @@ var xmlTmpl = `
|
||||||
<!-- filesystems -->
|
<!-- filesystems -->
|
||||||
<filesystem type='mount' accessmode='passthrough'>
|
<filesystem type='mount' accessmode='passthrough'>
|
||||||
<source dir='/nix/store'/>
|
<source dir='/nix/store'/>
|
||||||
<target dir='store'/>
|
<target dir='nix-store'/>
|
||||||
<readonly/>
|
<readonly/>
|
||||||
</filesystem>
|
</filesystem>
|
||||||
<filesystem type='mount' accessmode='mapped'>
|
<filesystem type='mount' accessmode='mapped'>
|
||||||
|
|
Loading…
Reference in a new issue