MatterLinux tools and scripts collection
Go to file
2024-08-25 07:03:57 +03:00
matter-base new: MTSC_VERSION variable 2024-08-18 21:49:31 +03:00
matter-chroot new: MTSC_VERSION variable 2024-08-18 21:49:31 +03:00
matter-iso update: add libisoburn warning to matter-iso 2024-08-21 02:40:19 +03:00
mp-build fix: add missing CXXFLAGS and CPPFLAGS to mp-build 2024-08-22 15:55:02 +03:00
mp-check fix: mp-check temp directory name 2024-08-25 07:03:57 +03:00
mp-pool new: implement the --insecure option for mp-build and mp-pool 2024-08-22 11:24:39 +03:00
mtsc-common new: implement pool IGNORE option to mp-pool 2024-08-22 00:08:56 +03:00
LICENSE.txt first commit 2023-12-22 20:44:46 +03:00
Makefile update: add changes file entry check to mp-check 2024-08-22 08:04:43 +03:00
README.md update: add mp-check to README 2024-08-20 12:57:02 +03:00

mtsc | MatterLinux tools and scripts collection

This repository contains different tools and scripts for general MatterLinux installation, configuration and build process.

Installation

Following dependencies are required for these scripts and tools:

  • bash
  • coreutils
  • make
  • grep
  • GRUB (please see matter-iso warning)
  • gnupg
  • fakeroot
  • (GNU) tar
  • (GNU) cpio
  • matt

After installing these dependencies, all the tools and scripts can be copied to PATH with the make script:

make install

You can also install the mtsc package from the base package pool.

Usage

All tools/scripts contains usage information in README files: