17 lines
433 B
Markdown
17 lines
433 B
Markdown
|
# matter-chroot
|
||
|
This script is used for changing system root during installation
|
||
|
and configuration.
|
||
|
|
||
|
### Usage
|
||
|
To use the `matter-chroot` script, specify a target directory.
|
||
|
In a normal installation, this directory would most likely
|
||
|
be your mount directory:
|
||
|
```bash
|
||
|
matter-chroot /mnt
|
||
|
```
|
||
|
You can also specify a command, if no command is specified
|
||
|
then script will run `/bin/bash --login`:
|
||
|
```bash
|
||
|
matter-chroot /mnt ls -la
|
||
|
```
|