Skip to content

Commit 5c916bc

Browse files
authored
Update README.md
1 parent a0ddd64 commit 5c916bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,22 @@ After installation to boot into Linux Chroot use :
2525
bootlinux
2626
```
2727

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+
2833
To unmount bind directory use :
2934

3035
```console
3136
killlinux
3237
```
3338

39+
After v2.1 you can terminate specific instance, just pass chroot folder, e.g.
40+
```console
41+
killlinux /data/manjaro
42+
```
43+
3444
To make image use :
3545

3646
```console

0 commit comments

Comments
 (0)