From 9ba1f2f9a890ddeb5eb2f445b2602a566d2fd46f Mon Sep 17 00:00:00 2001 From: Rick van de Loo Date: Sat, 6 May 2017 14:29:28 +0200 Subject: [PATCH] change state to initial state in archlinux doc --- docs/archlinux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/archlinux.md b/docs/archlinux.md index 88b906bc..6389c878 100644 --- a/docs/archlinux.md +++ b/docs/archlinux.md @@ -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` }, ```