Skip to content

Commit 1cecfeb

Browse files
committed
env: add -s flag to ramfs in Plan 9 image
We add -s flag to ramfs to post its channel on /srv/ramfs, so multiple clients could access its files. Updates golang/go#28485. Change-Id: Id39b17fcc3bec2b5fae3a16841ab2414e60361b3 Reviewed-on: https://go-review.googlesource.com/c/146038 Reviewed-by: Bryan C. Mills <[email protected]>
1 parent fb4750f commit 1cecfeb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

env/plan9-386/make.bash

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,10 @@ expect -exact "term% "
184184
send "echo echo remove 10.0.0.0 /104 10.0.0.0 '>'/net/iproute >>/cfg/helix/cpurc\n"
185185
186186
expect -exact "term% "
187-
send "echo ramfs -u >>/cfg/helix/cpustart\n"
187+
send "echo ramfs -su >>/cfg/helix/cpustart\n"
188+
189+
expect -exact "term% "
190+
send "echo mount -c /srv/ramfs /tmp >>/cfg/helix/cpustart\n"
188191
189192
expect -exact "term% "
190193
send "echo aux/randfs -m /dev >>/cfg/helix/cpustart\n"

0 commit comments

Comments
 (0)