Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 896 Bytes

INSTALL.md

File metadata and controls

39 lines (24 loc) · 896 Bytes

Teaiso INSTALL

The ISO generation tool for GNU/Linux

Installation

For more information please consult the doc/Installation.md document.

Local install

git clone https://gitlab.com/tearch-linux/applications-and-tools/teaiso && make build && make install

Network install

wget https://gitlab.com/tearch-linux/applications-and-tools/teaiso/-/raw/master/netinstall -O - | bash

Docker image install

docker build -t teaiso .

or fetch from gitlab container registry

docker pull registry.gitlab.com/tearch-linux/applications-and-tools/teaiso

For building profile:

docker run --rm \
    -v /home/user/teaiso-profile:/profile \
    -v /home/user/teaiso-output:/output \
    --privileged\
    teaiso

See also: