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 New Issue
Block a user