Skip to content

Commit

Permalink
change state to initial state in archlinux doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vdloo authored and copy committed May 6, 2017
1 parent b5de442 commit 9ba1f2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/archlinux.md
Expand Up @@ -318,9 +318,8 @@ python2 RangeHTTPServer.py
Now that the webserver is running, point your browser to `http://localhost:8000/examples/arch.html`. Wait for the Linux to boot. When the system is up, click 'Save state to file'. Your browser will download a `v86state.bin` file. Copy that file to `/your/v86/dir/images`. You can then edit `examples/arch.html` again and add a 'state' key to the `V86Starter` array.

```sh
state: {
initial_state: {
"url": ""http://localhost:8000/images/v86state.bin,
"size": the_size_of_your_state, # You can get this by running `stat v86state.bin`
},
```

Expand Down

0 comments on commit 9ba1f2f

Please sign in to comment.