You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,15 @@ npx serve
23
23
24
24
Tada! You should see a working psql terminal
25
25
26
-
# Boot a new image and save a new snapshot
26
+
# Boot and save a new snapshot
27
27
28
-
1. Place the new `linux.iso` image in the `images/` folder
28
+
1. Place the `filesystem` folder produced by https://github.com/jgoux/pg-browser in the root of the repository
29
+
30
+
2. Search in the `filesystem/filesystem.json` file for the `bzImage` corresponding `.bin` filename and replace its value in [index.html](index.html#L39)
29
31
30
32
2. Go the `http://localhost:3000?boot=true`
31
33
32
-
3. Once the boot is completed, click the "Save state to file" button
34
+
3. Once the boot is completed, clear the cache running `echo 3 > /proc/sys/vm/drop_caches && reset` and click the "Save state to file" button
33
35
34
36
4. Put the state file into the `state/` folder and compress it:
0 commit comments