diff --git a/env/plan9-386/make.bash b/env/plan9-386/make.bash index d9364167..9d70827f 100755 --- a/env/plan9-386/make.bash +++ b/env/plan9-386/make.bash @@ -6,7 +6,7 @@ set -e # Download Plan 9 if ! sha1sum -c plan9-gce.iso.sha1; then - curl --fail -O http://9legacy.org/download/go/2015-01-25/plan9-gce.iso.bz2 + curl --fail -O http://9legacy.org/download/go/2015-02-26/plan9-gce.iso.bz2 bunzip2 plan9-gce.iso.bz2 sha1sum -c plan9-gce.iso.sha1 fi @@ -180,6 +180,12 @@ send "echo echo remove 10.0.0.0 /104 10.0.0.0 '>'/net/iproute >>/cfg/helix/cpurc expect -exact "term% " send "echo ramfs -u >>/cfg/helix/cpustart\n" +expect -exact "term% " +send "echo aux/randfs -m /dev >>/cfg/helix/cpustart\n" + +expect -exact "term% " +send "echo >>/cfg/helix/cpustart\n" + expect -exact "term% " send "echo echo downloading git >>/cfg/helix/cpustart\n" diff --git a/env/plan9-386/plan9-gce.iso.sha1 b/env/plan9-386/plan9-gce.iso.sha1 index f8272c0c..2d51d745 100644 --- a/env/plan9-386/plan9-gce.iso.sha1 +++ b/env/plan9-386/plan9-gce.iso.sha1 @@ -1 +1 @@ -bd6130449b742ecc5f558153676ee660f66806f6 plan9-gce.iso +d277abfb4431ae1ca2cbf93d3c0b2cacdad6f166 plan9-gce.iso