We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877a40e commit 09db0a9Copy full SHA for 09db0a9
README.md
@@ -79,7 +79,8 @@ export PATH=$PATH:$GOPATH/bin
79
go install github.com/u-root/cpu/cmds/cpu@latest
80
81
# Start it, but only map home directory
82
-PWD=${PWD/\/Users/\/home} cpu -sp 17010 -key ~/src/test-cpu/identity -namespace "/home=/Users" raspberrypi.local /bin/bash
+PWD=${PWD/\/Users/\/home} cpu -sp 17010 -key ~/src/test-cpu/identity -namespace "/home=/Users" -nfs \
83
+raspberrypi.local /bin/bash
84
```
85
86
# NOTE: All other instructions below this line are currently being tested & debugged
0 commit comments