We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b311fd commit c69641aCopy full SHA for c69641a
README.md
@@ -5,17 +5,16 @@ Work in progress, please come back later.
5
Super early instructions:
6
7
```sh
8
-# build mod-os image (through docker and mod-plugin builder)
+# build mod-os image (through docker and mod-plugin-builder)
9
# NOTE: takes a very long time!
10
make
11
12
-# extract rootfs
13
-mkdir mod-os/rootfs.mount
14
-tar xf mod-os/rootfs.tar mod-os/rootfs.mount
15
-
16
-# setup plugins, TODO
17
-# cp/rsync plugins/* mod-os/rootfs.mount/mnt/plugins/
+# build plugins
+# NOTE: takes a very long time!
+make -C plugins
18
19
-# run the container with USB souncard
+# run the container with USB souncard (requires root)
20
./mod-os/start.sh Rubix22
21
```
+
+There are also releases for Live-CD/USB images.
0 commit comments