mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-03-12 17:53:54 +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
1 changed files with 1 additions and 1 deletions
2
xml.go
2
xml.go
|
@ -93,7 +93,7 @@ var xmlTmpl = `
|
|||
<!-- filesystems -->
|
||||
<filesystem type='mount' accessmode='passthrough'>
|
||||
<source dir='/nix/store'/>
|
||||
<target dir='store'/>
|
||||
<target dir='nix-store'/>
|
||||
<readonly/>
|
||||
</filesystem>
|
||||
<filesystem type='mount' accessmode='mapped'>
|
||||
|
|
Loading…
Add table
Reference in a new issue