Skip to content

Commit 09db0a9

Browse files
committed
Add missing NFS flag to native OSX instructions
Signed-off-by: Eric Van Hensbergen <[email protected]>
1 parent 877a40e commit 09db0a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ export PATH=$PATH:$GOPATH/bin
7979
go install github.com/u-root/cpu/cmds/cpu@latest
8080

8181
# 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
82+
PWD=${PWD/\/Users/\/home} cpu -sp 17010 -key ~/src/test-cpu/identity -namespace "/home=/Users" -nfs \
83+
raspberrypi.local /bin/bash
8384
```
8485

8586
# NOTE: All other instructions below this line are currently being tested & debugged

0 commit comments

Comments
 (0)