mtsc/matter-chroot/README.md
2023-12-22 20:44:46 +03:00

433 B

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:

matter-chroot /mnt

You can also specify a command, if no command is specified then script will run /bin/bash --login:

matter-chroot /mnt ls -la