We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ddd64 commit 5c916bcCopy full SHA for 5c916bc
README.md
@@ -25,12 +25,22 @@ After installation to boot into Linux Chroot use :
25
bootlinux
26
```
27
28
+After v2.1 you can run 2 or more chroot instances, just pass chroot folder, e.g.
29
+```console
30
+bootlinux /data/manjaro
31
+```
32
+
33
To unmount bind directory use :
34
35
```console
36
killlinux
37
38
39
+After v2.1 you can terminate specific instance, just pass chroot folder, e.g.
40
41
+killlinux /data/manjaro
42
43
44
To make image use :
45
46
0 commit comments