The ISO generation tool for GNU/Linux
Currently Teaiso is not packaged in any distribution, but is distribution agnostic..
so will work in any Linux distribution, including those with muslc
or glibc
library.
The process does not need much RAM neither DISK space.. but when performed runtime will need so much as you wants into each ISO generation.
- git
- wget
- gcc
- make
- bash
- chroot
- coreutils
- python3
- busybox
- mtools
- xorriso
- grub (check notes at FAQ)
- squashfs-tools
The installation only places files in two places, for more information review Teaiso technology paths
Please read about the usage of $DESTDIR
variable at FAQ-and-notes.md.
This is the recommended way for any kind of Linux:
git clone https://gitlab.com/tearch-linux/applications-and-tools/teaiso
cd teaiso
make build
make install
This is only valid for Debian based distributions. Basically performs in automatic way the local install.
wget https://gitlab.com/tearch-linux/applications-and-tools/teaiso/-/raw/master/netinstall -O - | bash