2024-08-11 14:45:54 +00:00
|
|
|
# mtsc | MatterLinux tools and scripts collection
|
|
|
|
This repository contains different tools and scripts
|
|
|
|
for general MatterLinux installation, configuration and
|
|
|
|
build process.
|
2023-12-22 17:44:46 +00:00
|
|
|
|
|
|
|
### Installation
|
2024-08-18 19:01:16 +00:00
|
|
|
Following dependencies are required for these scripts and tools:
|
|
|
|
|
|
|
|
- bash
|
|
|
|
- coreutils
|
|
|
|
- make
|
2024-08-18 19:17:43 +00:00
|
|
|
- GRUB (please see matter-iso warning)
|
2024-08-18 19:01:16 +00:00
|
|
|
- gnupg
|
|
|
|
- fakeroot
|
|
|
|
- (GNU) tar
|
2024-08-19 06:59:12 +00:00
|
|
|
- (GNU) cpio
|
2024-08-18 19:01:16 +00:00
|
|
|
- [matt](https://git.matterlinux.xyz/Matter/matt)
|
|
|
|
|
|
|
|
After installing these dependencies, all the tools and scripts
|
|
|
|
can be copied to PATH with the make script:
|
|
|
|
```bash
|
2023-12-22 17:44:46 +00:00
|
|
|
make install
|
|
|
|
```
|
2024-08-11 14:45:54 +00:00
|
|
|
You can also install the mtsc package from the base package
|
|
|
|
pool.
|
2023-12-22 17:44:46 +00:00
|
|
|
|
|
|
|
### Usage
|
|
|
|
All tools/scripts contains usage information in README files:
|
2024-08-11 14:45:54 +00:00
|
|
|
- [mtsc-common](mtsc-common/README.md)
|
2023-12-22 17:44:46 +00:00
|
|
|
- [matter-chroot](matter-chroot/README.md)
|
2024-01-16 21:05:00 +00:00
|
|
|
- [matter-base](matter-base/README.md)
|
|
|
|
- [matter-iso](matter-iso/README.md)
|
2024-08-11 14:45:54 +00:00
|
|
|
- [mp-build](mp-build/README.md)
|
|
|
|
- [mp-pool](mp-pool/README.md)
|