mtsc/matter-chroot
2024-08-18 21:28:01 +03:00
..
main.sh update: kill keyboxd to prevent umount issues with matter-chroot 2024-08-18 21:28:01 +03:00
Makefile new: mtsc-common, mp-build and mp-pool 2024-08-11 17:45:54 +03:00
README.md first commit 2023-12-22 20:44:46 +03:00

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