mtsc/matter-chroot
2024-01-07 14:19:11 +03:00
..
main.sh Fixing chroot prompt 2024-01-07 14:19:11 +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